Question: how to install proftpd
0
yychangsd • 30 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....