Menu

#39 Compile error on v.0.7.14

open
nobody
5
2004-01-08
2004-01-08
Michael Fox
No

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????

Discussion

  • Nobody/Anonymous

    Logged In: NO

    you donn't have libperl installed

     
  • Andrew Greig

    Andrew Greig - 2004-02-18

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.