Compile error on v.0.7.14
Brought to you by:
joohn,
roshansingh
After running ./configure and then make..
I get the following error...
gcc -g -O2 -o opendchub commands.o fileio.o main.o
network.o perl_utils.o userlist.o utils.o xs_functions.o -
rdynamic -
L/usr/local/lib /usr/lib/perl/5.6.1/auto/DynaLoader/DynaLo
ader.a -L/usr/lib/perl/5.6.1/CORE -lperl -ldl -lm -lc -
lcrypt -lcrypt -lnsl
/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status
make[2]: *** [opendchub] Error 1
make[2]: Leaving directory
`/usr/local/opendchub/opendchub-0.7.14/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/usr/local/opendchub/opendchub-0.7.14'
make: *** [all-recursive-am] Error 2
Any hints on what stuff the system is missing????
Logged In: NO
you donn't have libperl installed
Logged In: YES
user_id=630464
Yep, I had the exact same error, fixed it with an 'apt-get
install libperl-dev'
From the documentation it seems you could also give the
--disable-perl argument to configure so that it won't try
and use perl. This would probably limit your ability to do
scripting though.