Bug 189179 - Use of Mysql with Proftpd
Summary: Use of Mysql with Proftpd
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: proftpd
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matthias Saou
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-17 21:08 UTC by Charles VINCHON
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: 1.3.0-2
Clone Of:
Environment:
Last Closed: 2006-05-02 15:44:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Charles VINCHON 2006-04-17 21:08:57 UTC
Description of problem:
Proftpd can't run when mysql is configured with it

Version-Release number of selected component (if applicable):
1.3.0-0.2

How reproducible:


Steps to Reproduce:
1.Add mysql configuration to the proftpd.conf file
2.Run the proftpd daemon . The daemon won't run.
  
Actual results:
Impossible to connect to localhost ftp server

Expected results:
Proftpd with mysql should work

Additional info:
Maybe proftpd was not compiled with mysql support

Comment 1 Matthias Saou 2006-04-21 14:24:52 UTC
Indeed, it is compiled without mysql, postgresql and ldap. The reason was that
it used to mean adding dependencies to all of these libraries even if all that
was needed was a very basic ftp setup, so they could be optionally enabled at
build time.

Since recent proftpd releases support DSOs, I've recompiled 1.3.0 final with
mysql, postgresql and ldap modules in 3 sub-packages, which are optional. It
will be built for devel very soon, then backported to FC-5. All you'll need to
do is update your proftpd package and install the new proftpd-mysql sub-package.

Comment 2 Matthias Saou 2006-05-02 15:44:38 UTC
The new packages are now also built for FC-5 and should be available very soon.


Note You need to log in before you can comment on or make changes to this bug.