Ernis456 Posted January 19, 2010 Share Posted January 19, 2010 Hi , I have debian 5 VPS hosting and my MTA server won't starts: ./mta-server: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory Please help. Link to comment
Ernis456 Posted January 19, 2010 Author Share Posted January 19, 2010 Hi , I have debian 5 VPS hosting and my MTA server won't starts: ./mta-server: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory Please help. Link to comment
MTA Team jhxp Posted January 19, 2010 MTA Team Share Posted January 19, 2010 You need to install libpcre3 package - run the command below as root: apt-get install libpcre3 Link to comment
MTA Team jhxp Posted January 19, 2010 MTA Team Share Posted January 19, 2010 You need to install libpcre3 package - run the command below as root: apt-get install libpcre3 Link to comment
Ernis456 Posted January 19, 2010 Author Share Posted January 19, 2010 Doesn't work. I using putty program. When I write: apt-get install libpcre3 Reading package lists... Done Building dependency tree Reading state information... Done libpcre3 is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. But when now I try write ./mta-server I get error libsqlite3.so.0: cannot open shared object file: No such file or directory ERROR: Loading mod (/root/mta/mods/deathmatch/deathmatch.so) failed! Press Q to shut down the server! Please help Link to comment
Ernis456 Posted January 19, 2010 Author Share Posted January 19, 2010 Doesn't work. I using putty program. When I write: apt-get install libpcre3 Reading package lists... DoneBuilding dependency treeReading state information... Donelibpcre3 is already the newest version.0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. But when now I try write ./mta-server I get error libsqlite3.so.0: cannot open shared object file: No such file or directory ERROR: Loading mod (/root/mta/mods/deathmatch/deathmatch.so) failed!Press Q to shut down the server! Please help Link to comment
MTA Team jhxp Posted January 19, 2010 MTA Team Share Posted January 19, 2010 Your system is missing more libraries then. Use this page, and search for the libraries using the Search the contents of packages part of the search engine. Simply select Display packages that contain files named like this option, then type the missing library name in the search field (libsqlite3.so.0 and so on, if you'll need anything else). http://www.debian.org/distrib/packages.en.html Then install that package via apt-get, as mentioned in the previous post. Link to comment
MTA Team jhxp Posted January 19, 2010 MTA Team Share Posted January 19, 2010 Your system is missing more libraries then. Use this page, and search for the libraries using the Search the contents of packages part of the search engine. Simply select Display packages that contain files named like this option, then type the missing library name in the search field (libsqlite3.so.0 and so on, if you'll need anything else). http://www.debian.org/distrib/packages.en.html Then install that package via apt-get, as mentioned in the previous post. Link to comment
Ernis456 Posted January 20, 2010 Author Share Posted January 20, 2010 I can't fix it and I dont now what and from where download. Link to comment
Ernis456 Posted January 20, 2010 Author Share Posted January 20, 2010 I can't fix it and I dont now what and from where download. Link to comment
x86 Posted January 20, 2010 Share Posted January 20, 2010 Try: apt-get install libpcre3-dev libsqlite3 Link to comment
x86 Posted January 20, 2010 Share Posted January 20, 2010 Try: apt-get install libpcre3-dev libsqlite3 Link to comment
Ernis456 Posted January 21, 2010 Author Share Posted January 21, 2010 When I write it I get error : Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package libsqlite3 Link to comment
Ernis456 Posted January 21, 2010 Author Share Posted January 21, 2010 When I write it I get error : Reading package lists... DoneBuilding dependency treeReading state information... DoneE: Couldn't find package libsqlite3 Link to comment
MTA Team jhxp Posted January 21, 2010 MTA Team Share Posted January 21, 2010 If you did what I've explained in my previous post, you'd find out in no time that you need to install libsqlite3-0. Link to comment
MTA Team jhxp Posted January 21, 2010 MTA Team Share Posted January 21, 2010 If you did what I've explained in my previous post, you'd find out in no time that you need to install libsqlite3-0. Link to comment
Ernis456 Posted January 21, 2010 Author Share Posted January 21, 2010 I can't find libsqlite3-0. Link to comment
Ernis456 Posted January 21, 2010 Author Share Posted January 21, 2010 I can't find libsqlite3-0. Link to comment
dzek (varez) Posted January 22, 2010 Share Posted January 22, 2010 catch: http://dzek.metal.info/pub/libsqlite3.so.0 put this in /root/mta/mods/deathmatch/ and chmod for execution Link to comment
dzek (varez) Posted January 22, 2010 Share Posted January 22, 2010 catch: http://dzek.metal.info/pub/libsqlite3.so.0 put this in /root/mta/mods/deathmatch/ and chmod for execution Link to comment
Ernis456 Posted January 22, 2010 Author Share Posted January 22, 2010 It's doesn't work. Same error : libsqlite3.so.0: cannot open shared object file: No such file or directory ERROR: Loading mod (/root/mta/mods/deathmatch/deathmatch.so) failed! Press Q to shut down the server! Link to comment
Ernis456 Posted January 22, 2010 Author Share Posted January 22, 2010 It's doesn't work. Same error : libsqlite3.so.0: cannot open shared object file: No such file or directory ERROR: Loading mod (/root/mta/mods/deathmatch/deathmatch.so) failed!Press Q to shut down the server! Link to comment
dzek (varez) Posted January 22, 2010 Share Posted January 22, 2010 uhm put this in /usr/lib/ Link to comment
dzek (varez) Posted January 22, 2010 Share Posted January 22, 2010 uhm put this in /usr/lib/ Link to comment
Ernis456 Posted January 22, 2010 Author Share Posted January 22, 2010 I fix it thanx so much. I got anoter error : [21:13:38] ERROR: Error parsing config file [21:13:38] Server stopped! Press Q to shut down the server! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now