|
proftpd DOWN?
|
| Author |
Message |
GooCarlos
Junior Member

Posts: 33
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: 0
|
RE: proftpd DOWN?
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
rm -f .libs/proftpdS.o
make: *** [proftpd] Error 1
IspCP Chinese User , http://www.Ispcp.cn .
|
|
| 04-25-2008 11:13 PM |
|
 |
joximu
Moderator
    
Posts: 3,539
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: proftpd DOWN?
I don't know the original redhat packages. But I can google and find this
http://dag.wieers.com/rpm/packages/proftpd/
There you have a packegae proftpd and a package proftpd-mysql
So please check what the distribution is offering!
2008-03-16 ispCP RC4 released!!!
|
|
| 04-26-2008 12:37 AM |
|
 |
GooCarlos
Junior Member

Posts: 33
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: 0
|
RE: proftpd DOWN?
I have successfully installed the proftpd-mysql, but proftpd services still will not boot.
Apr 26 00:12:59 4803 proftpd: - warning: handling possibly truncated configuration data at line 1 of '/ etc / proftpd / modules.conf'
Apr 26 00:12:59 4803 proftpd: - Fatal: LoadModule: error loading module 'mod_sql_mysql.c': Permission denied on line 1 of '/ etc / proftpd / modules.conf'
Apr 26 00:12:59 4803 proftpd: proftpd startup failed
IspCP Chinese User , http://www.Ispcp.cn .
|
|
| 04-26-2008 02:15 AM |
|
 |
joximu
Moderator
    
Posts: 3,539
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: proftpd DOWN?
In the docu (/usr/share/doc/proftpd on your system...) you can read about this:
<IfModule mod_dso.c>
LoadModule mod_sql.c
LoadModule mod_sql_mysql.c
</IfModule>
Redhat does not seem to use the modules.conf - so maybe you remove this completely and remove the line "Include ...".
I hope you find more information about how to load the module in the docu which is installed. I don't have any redhat around.
Otherwise send a PM with SSH logins, so I can try to figure out - but please try it first by yourself!
2008-03-16 ispCP RC4 released!!!
|
|
| 04-26-2008 05:44 AM |
|
 |
GooCarlos
Junior Member

Posts: 33
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: 0
|
RE: proftpd DOWN?
I have tried, but failed.
I still try in.
IspCP Chinese User , http://www.Ispcp.cn .
|
|
| 04-26-2008 11:43 AM |
|
 |
GooCarlos
Junior Member

Posts: 33
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: 0
|
RE: proftpd DOWN?
>>> proftpd.conf# SQL authentication Dynamic Shared Object (DSO) loading
# See README.DSO and howto/DSO.html for more details.
<IfModule mod_dso.c>
LoadModule mod_sql.c
LoadModule mod_sql_mysql.c
</IfModule>
so.
Apr 26 15:52:23 4803 proftpd: - warning: the DisplayFirstChdir directive is deprecated and will be removed in a future release. Please use the DisplayChdir directive.
Apr 26 15:52:23 4803 proftpd: - Fatal: LoadModule: error loading module 'mod_sql_mysql.c': Permission denied on line 151 of '/etc/proftpd.conf'
Apr 26 15:52:23 4803 proftpd: proftpd startup failed
IspCP Chinese User , http://www.Ispcp.cn .
|
|
| 04-26-2008 05:55 PM |
|
 |
joximu
Moderator
    
Posts: 3,539
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: proftpd DOWN?
The warning is ok, but the fatal not.
Could you tell us what's in line 151 of proftpd.conf?
2008-03-16 ispCP RC4 released!!!
|
|
| 04-26-2008 07:02 PM |
|
 |
GooCarlos
Junior Member

Posts: 33
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: 0
|
RE: proftpd DOWN?
# SQL authentication Dynamic Shared Object (DSO) loading
# See README.DSO and howto/DSO.html for more details.
<IfModule mod_dso.c> (149)
LoadModule mod_sql.c (150)
LoadModule mod_sql_mysql.c (151)
</IfModule> (152)
IspCP Chinese User , http://www.Ispcp.cn .
|
|
| 04-26-2008 07:05 PM |
|
 |
joximu
Moderator
    
Posts: 3,539
Group: Moderators
Joined: Jan 2007
Status:
Offline
Reputation: 47
|
RE: proftpd DOWN?
2008-03-16 ispCP RC4 released!!!
|
|
| 04-26-2008 07:42 PM |
|
 |
GooCarlos
Junior Member

Posts: 33
Group: Registered
Joined: Jul 2007
Status:
Offline
Reputation: 0
|
RE: proftpd DOWN?
I do not quite understand the English of this article.
In short, modules need to make it ?
IspCP Chinese User , http://www.Ispcp.cn .
|
|
| 04-26-2008 08:03 PM |
|
 |
|
|