lupld Posted August 8, 2009 Share Posted August 8, 2009 Trying to get pure-ftpd to work with mysql support and the web manager installed for it. I couldn't find the config files to edit, and I believe it's because I apt-get installed pure-ftpd, so I'm installing it again with ./configure --with-everything --with-paranoidmsg --with-virtualchroot --with-tls --with-largefile --with-mysql compiling it from source code. I get libmysqlclient not found error, and I tried installing mysql 5.1 instead of 5.0, and as it was installing one of the 6 packages synaptics package manager included was libmysqlclient16. Is there some way I need to make it use this file? Searching on google for libmysqlclient not found usually gets .6 or .15 or .so.15 or some other variation appended to the end of libmysqlclient and the configuration script is only asking for libmysqlclient, nothing else. Thanks in advance for any help. Quote Link to comment Share on other sites More sharing options...
lupld Posted August 9, 2009 Author Share Posted August 9, 2009 Got it by running apt-get install libmysqlclient15-dev, thanks anyone who might have helped. Now I'm getting error: openssl headers not found. I'm sure I'll find the right fix for it sooner or later. Quote Link to comment Share on other sites More sharing options...
lupld Posted August 9, 2009 Author Share Posted August 9, 2009 don't know which one, but installed a ton of libapache libraries, and finally got pure-ftpd to compile. Also found that pure-ftpd-mysql was conveniently in synaptics package manager. Thanks anyone who may have helped. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted August 9, 2009 Share Posted August 9, 2009 For another time, the SSL development headers are in the package called libssl-dev. Quote Link to comment Share on other sites More sharing options...
lupld Posted August 9, 2009 Author Share Posted August 9, 2009 Thanks, I'll remember that, I tried installing openssl-devel. That's the only thing I could find doing a google search, guess it must be an outdated method. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.