weird problem with libraries

[root@li5-11 html]# ./bandwidthd

./bandwidthd: error while loading shared libraries: libgd.so.2: cannot open shared object file: No such file or directory

[root@li5-11 html]#

[root@li5-11 html]# locate libgd.so.2

/usr/lib/libgd.so.2

/usr/lib/libgd.so.2.0.0

[root@li5-11 html]#

i have also ran ldconfig and that didnt help at all either.

any ideas guys? sighs

1 Reply

nvm, i figured out it was lookin for them in /usr/lib, and they were in /usr/local/lib

i forgot to do updatedb :/

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct