Ich habe Debian auf meinem Rootserver. Nun wollte ich einen Bot starten. Dann kommt folgender Fehler:
./bf_ircbot: error while loading shared libraries: libboost_thread.so.1.30.2: cannot open shared object file: No such file or directory
Probiert habe ich schon:
1. apt-get install libboost* Hat aber nix gebracht...
fehlermeldung beim starten eines irc bot von konsole
-
- Beiträge: 1
- Registriert: 10.02.2005 20:26:47
Code: Alles auswählen
apt-cache search libboost
libboost-python1.31.0 - Boost Python Library
libboost-dev - Boost.org libraries development files
libboost-python-dev - The Boost Python Library development files
libboost-filesystem1.31.0 - Filesystem operations (portable paths, iteration over directories, etc) in C++
libboost-doc - Boost.org libraries documentation
libboost-graph-dev - Generic graph components and algorithms in C++
libboost-graph1.31.0 - Generic graph components and algorithms in C++
libboost-regex-dev - Regular expression library for C++
libboost-regex1.31.0 - Regular expression library for C++
libboost-thread-dev - Portable C++ multi-threading
libboost-thread1.31.0 - Portable C++ multi-threading
libboost-signals-dev - Managed signals and slots library for C++
libboost-signals1.31.0 - Managed signals and slots library for C++
libboost-test-dev - Components for writing and executing test suites
libboost-test1.31.0 - Components for writing and executing test suites
libboost-date-time-dev - Set of date-time libraries based on generic programming concepts
libboost-date-time1.31.0 - Set of date-time libraries based on generic programming concepts
libboost-filesystem-dev - Filesystem operations (portable paths, iteration over directories, etc) in C++
cu
Zuletzt geändert von DeletedUserReAsG am 10.02.2005 23:40:09, insgesamt 1-mal geändert.
Code: Alles auswählen
deb http://snapshot.debian.net/archive pool boost
Oder am besten den Bot neu kompilieren