capitanazop Posted December 13, 2009 Share Posted December 13, 2009 hi well in want to run but i get library errors. ./mta-server: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory what can be do for fix that error? or there a special Server Files for 64bit? bye and sorry for my english. Link to comment
MTA Team jhxp Posted December 13, 2009 MTA Team Share Posted December 13, 2009 Your system is probably lacking this package: http://packages.debian.org/lenny/zlib1g You need to install it (# apt-get install zlib1g ). If you'll be lacking more libraries, just check for packages containing them here ( http://www.debian.org/distrib/packages ) and install them one by one. Link to comment
capitanazop Posted December 13, 2009 Author Share Posted December 13, 2009 thanks so much i gonna tried whit this one. Link to comment
capitanazop Posted December 13, 2009 Author Share Posted December 13, 2009 the admin alredy install the libs and i get the same error any other solution? the admin say samp have the same problem but when install the library for 32 bit its work but the library has say mta dont have are only for 64 bit and maybe the 32bit fix the problem if anyone have its plz make me know. bye Link to comment
eAi Posted December 14, 2009 Share Posted December 14, 2009 MTA doesn't officially support 64 bit, though it sounds like your problem is with libraries. Tell us which library is the problem. Link to comment
MTA Team jhxp Posted December 14, 2009 MTA Team Share Posted December 14, 2009 Try this package then - http://packages.debian.org/lenny/lib32z1 Link to comment
capitanazop Posted December 16, 2009 Author Share Posted December 16, 2009 Try this package then - http://packages.debian.org/lenny/lib32z1 well the admin has been install the package and fix whit this: apt-get install lib32z1 but now i get another error: ./mta-server: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory and the http://packages.debian.org/search?keywords=libcurl3 are alrredy install but send the same error. Link to comment
MTA Team jhxp Posted December 19, 2009 MTA Team Share Posted December 19, 2009 Like I've said, you need to use search in Debian's package repository - http://www.debian.org/distrib/packages . You need to search for that required component within the contents of packages, then install its 32bit compatibility version for amd64. If you encounter any further missing libraries, repeat this step for them, and you'll eventually get the server working. Link to comment
x86 Posted December 20, 2009 Share Posted December 20, 2009 ./mta-server: error while loading shared libraries: libcurl.so.3: cannot open shared object file: No such file or directory I had this error in 1.0.3, resolved it with: apt-get install libcurl3-dev libcurl3-gnutls 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