Hi im trying to install your snmp package but im getting 1 error at the end
of my make install.

 

Let me first start off by saying this is a linux box and it's a shared
hosting company so I don't have root access.

 

I changed my install path to point to my home directory for which I have
access to:

 

#

# Paths

#

prefix          = /homepages/21/d171392759/htdocs/snmp/InstallDir
<<<<<<<<<<<

exec_prefix     = /homepages/21/d171392759/htdocs/snmp/InstallDir
<<<<<<<<<<<

bindir          = ${exec_prefix}/bin

sbindir         = ${exec_prefix}/sbin

libdir          = ${exec_prefix}/lib

datadir         = ${prefix}/share

includedir      = ${prefix}/include/net-snmp

ucdincludedir   = ${prefix}/include/ucd-snmp

mandir          = ${prefix}/man

man1dir         = $(mandir)/man1

man3dir         = $(mandir)/man3

man5dir         = $(mandir)/man5

man8dir         = $(mandir)/man8

snmplibdir      = $(datadir)/snmp

mibdir          = $(snmplibdir)/mibs

persistentdir   = /homepages/21/d171392759/htdocs/snmp/InstallDir/net-snmp

DESTDIR         =

INSTALL_PREFIX  = $(DESTDIR)

 

Now after my install it looks like the bin directory is the only one not
populated

 

This is my error:

 

/usr/lib/perl/5.8/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl/5.8/CORE
-lperl /usr/lib/libgdbm_compat.so /usr/lib/libgdbm.so -ldl -lm -lpthread -lc
-lcrypt   -Wl,--rpath
-Wl,/homepages/21/d171392759/htdocs/snmp/InstallDir/lib

/usr/bin/ld: cannot find -lperl

collect2: ld returned 1 exit status

make[1]: *** [snmpd] Error 1

make[1]: Leaving directory `/homepages/21/d171392759/htdocs/snmp/agent'

make: *** [installsubdirs] Error 1

 

 

(uiserver):u40814825:~/snmp/InstallDir > which perl

/usr/local/bin/perl

 

 

(uiserver):u40814825:~/snmp/InstallDir > ldd `which perl`

        linux-gate.so.1 =>  (0xffffe000)

        libdl.so.2 => /lib/tls/libdl.so.2 (0x40020000)

        libm.so.6 => /lib/tls/libm.so.6 (0x40024000)

        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40049000)

        libc.so.6 => /lib/tls/libc.so.6 (0x4005b000)

        libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0x4018d000)

        /lib/ld-linux.so.2 (0x40000000)

 

Would you please be able to assist me in correcting this ?

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to