Question: how to install proftpd
0
gravatar for yychangsd
2.3 years ago by
yychangsd30
yychangsd30 wrote:

I'd like to install proftpd for upload files into my local galaxy server.

At first I tried to use

yum install proftpd proftpd-postgresql

But no package found.

Then I download the source and try to install it. Here is my command for installing proftpd

tar zvxf proftpd-1.3.5a.tar.gz

cd proftpd-1.3.5a

./configure --prefix=/opt/apps/proftpd/1.3.5 --disable-auth-file --disable-ncurses --disable-ident --disable-shadow --enable-openssl --with-modules=mod_sql:mod_sql_postgres:mod_sql_passwd

make

make install

I got an error for make

/usr/bin/ld: cannot find -lpq

collect2: error: ld returned 1 exit status

make: * [proftpd] Error 1

Any help for installing proftdp for postgresql and galaxy?

Thanks....

galaxy • 717 views
ADD COMMENTlink written 2.3 years ago by yychangsd30
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 182 users visited in the last hour