Hi,

I'm a new Linux user (new install of Slackware 3.4, w/ 2.0.30 kernel), and I'm
trying to build a program using make.  The problem that I have is that the
executable that I build with make (and thus g++ and ld) will not run, citing
that it cannot find libc.so.5.  This link is in my /lib directory, and it
points to /lib/libc.so.5.18.  I have tried re-running ldconfig -- even adding
/lib to my /etc/ld.conf file (or whatever it's called) -- no luck.  If I
simply use g++ to compile a program (to ye venerable a.out), the resulting
executable works fine.

(As an added note, the linker complains that it cannot find something or
other, and it sets my load address to something like 80406200.)

What am I doing wrong?

Thanks,

John Cullison

Reply via email to