ispCP - Board - Support
proftpd DOWN? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: proftpd DOWN? (/thread-3120.html)

Pages: 1 2 3 4


RE: proftpd DOWN? - joximu - 04-26-2008 08:12 PM

Quote:If you are using LoadModule, the error message may look like:

LoadModule: error loading module 'mod_sql_mysql.c': permission denied on line 65 of proftpd.conf

Check the libexec/ directory where you installed proftpd, to see if the appropriate .la and/or .so files are present. Then check your dynamic loader configuration file (e.g. /etc/ld.so.conf on Linux) and make sure that the libexec/ directory is configured, so that the dynamic loader knows to look in the correct locations. Note that the LD_LIBRARY_PATH and/or LD_RUN_PATH environment variables may also be used to inform the dynamic loader of proftpd's libexec/ directory.



RE: proftpd DOWN? - GooCarlos - 04-26-2008 08:15 PM

I was careful reading.


RE: proftpd DOWN? - joximu - 04-26-2008 08:22 PM

GooCarlos Wrote:I was careful reading.

I hope so!

The modules should be installed in /usr/libexec/proftpd how do the permissions look like?

I don't know how redhat is managing the library things - maybe run a "ldconfig".

Maybe this helps finding the problem. Stop proftpd (ok, should be stopped since it's not running) and start like this

proftpd -n -d 5

or 9 instead of 5 - you'll get alot of debug output - I hope you find more infos

/J


RE: proftpd DOWN? - GooCarlos - 04-26-2008 08:41 PM

I have / usr / libexec / proftpd directory, to find the relevant. So files.

I do not know how to do the next.


RE: proftpd DOWN? - joximu - 04-26-2008 09:16 PM

Ok, I had a look at the server.
GooCarlos installed mysql 5 (from mysql downloads) but the proftpd-mysql he also installed ist linked to mysql 4.
So, I think he either should use mysql 4 (maybe the originals by redhat) or look for a proftpd-mysql which is linked to mysql 5.

Maybe others can help here - I have to go...

Upd: since he cannot downgrade MySQL to 4 I think the only solution is to find proft 1 proftp-mysql which runs with MySQL 5.

/J