ispCP - Board - Support
Ubuntu 8.04LTS isntall ispcp-rc6 error - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Ubuntu 8.04LTS isntall ispcp-rc6 error (/thread-4231.html)

Pages: 1 2 3 4


RE: Ubuntu 8.04LTS isntall ispcp-rc6 error - BeNe - 09-11-2008 12:02 AM

This is not needed!
Only add these to lines to your config and restart proftpd.
I you reinstall you must use the current trunk and not the offical rc6.

Greez BeNe


RE: Ubuntu 8.04LTS isntall ispcp-rc6 error - homodo - 09-11-2008 12:05 AM

I understand that, but I was installed on another computer.


RE: Ubuntu 8.04LTS isntall ispcp-rc6 error - homodo - 09-11-2008 12:32 AM

LoadModule mod_sql_mysql.c
LoadModule mod_sql_postgres.c

LoadModule mod_radius.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c
LoadModule mod_quotatab_ldap.c
LoadModule mod_quotatab_sql.c
LoadModule mod_quotatab_radius.c
LoadModule mod_wrap.c
LoadModule mod_rewrite.c
LoadModule mod_load.c
LoadModule mod_ban.c
LoadModule mod_wrap2.c
LoadModule mod_wrap2_file.c
LoadModule mod_wrap2_sql.c

# keep this module the last one
LoadModule mod_ifsession.c


RE: Ubuntu 8.04LTS isntall ispcp-rc6 error - Kotty - 09-11-2008 12:42 AM

you need mod_sql.c and mod_sql_mysql.c


RE: Ubuntu 8.04LTS isntall ispcp-rc6 error - homodo - 09-11-2008 05:40 PM

how do add mod_sql.c and mod_sql_mysql.c
http://61.221.251.98/tools/filemanager/
filemanager is error
add mysql user can't login
http://61.221.251.98/tools/pma/


RE: Ubuntu 8.04LTS isntall ispcp-rc6 error - Kotty - 09-11-2008 05:50 PM

i've added at /etc/proftpd/modules.conf these two lines:

LoadModule mod_sql.c
LoadModule mod_sql_mysql.c

have you installed proftpd,proftpd-basic and proftpd-mod-mysql ?


RE: Ubuntu 8.04LTS isntall ispcp-rc6 error - homodo - 09-11-2008 09:41 PM

my modules.conf have
LoadModule mod_sql.c
LoadModule mod_sql_mysql.c


RE: Ubuntu 8.04LTS isntall ispcp-rc6 error - BeNe - 09-11-2008 09:57 PM

Should be OK! Restart your proftpd server and try it again.

Greez BeNe


RE: Ubuntu 8.04LTS isntall ispcp-rc6 error - homodo - 09-11-2008 10:40 PM

The same error. i install ubuntu Order
1.ubuntu 8.04LTS install dns server,lamp server,mail server,open ssh server,posrgresql database,print server,samba file server,mysql password ,postfix configuration 'Ineternet site' enter the mail name.(in the CD)
2.install ispcp:
wget http://nchc.dl.sourceforge.net/sourceforge/ispcp/ispcp-omega-1.0.0-rc6.tar.bz2
tar xjvf ispcp-omega-1.0.0-rc6.tar.bz2
cd ./ispcp-omega-1.0.0
apt-get update && apt-get upgrade
apt-get install $(cat ./docs/Ubuntu/ubuntu-packages-hardy)
Quote: bind9 dnsutils libisc32 libisccc30 libisccfg30
5 upgraded, 86 newly installed, 4 to remove and 2 not upgraded.
Need to get 27.3MB of archives.
After this operation, 79.2MB of additional disk space will be used.

create directories for web-based administration: yes or no?[no]
proftpd configuration is standalone

make install
cp -Rv /tmp/ispcp/* /
cd /var/www/ispcp/engine/setup
no do (mysqladmin -u root password YOUR_PASSWORD)
perl ispcp-setup


RE: Ubuntu 8.04LTS isntall ispcp-rc6 error - BeNe - 09-11-2008 10:49 PM

Why do you install lamp server a the posrgresql database?
ispCP is using MySQL and not postgres.

Greez BeNe