PDA

View Full Version : OpenSuse 11 perfect setup with ISPConfig (needs some additions)


Norman
27th August 2008, 10:10
Ok, so I've done an install of ispconfig on an opensuse installation and have noticed a few things that need changed in perfectsetup guide:

To install proftpd you also need package: libcap, libcap-devel
Also comment "UseIPV6 off" or proftpd wont start since there is by default no ipv6 support in tat perfectsetup. Pretty silly that proftpd refuses to start cause ipv6 isnt available, when telling it NOT to use it ;)

ISPconfig setup script also has one issue at compile:
OpenSSL library fix for openssl sources.

Go to compile_apps , unpack openssl-0.9.7m.tar.gz
edit Configure and Makefile and change all instances of -m486 to -mtune=i486 .

Run
"tar -pczf openssl-0.9.7m.tar.gz openssl-0.9.7m" to repack dir, remove the unpacked directory.

now run ./setup as normal.

Credits to the following threads:
SSL fix - http://www.howtoforge.org/forums/showthread.php?p=135544
Proftpd fix - http://www.howtoforge.com/forums/showthread.php?t=24649&highlight=proftpd+opensuse

falko
28th August 2008, 15:49
I've added this to our bugtracker for a review.

Norman
29th August 2008, 15:51
I can confirm that version 2.2.25 still has this issue with the openSSL package.

falko
30th August 2008, 18:34
It was too late to address this issue in 2.2.25. This will hopefully get fixed in a later version.

Norman
31st August 2008, 20:19
Seems this issue also affects unstable/testing versions of debian where deprecated use of -m486 is replaced.

falko
23rd September 2008, 14:49
Ok, so I've done an install of ispconfig on an opensuse installation and have noticed a few things that need changed in perfectsetup guide:

To install proftpd you also need package: libcap, libcap-devel
Also comment "UseIPV6 off" or proftpd wont start since there is by default no ipv6 support in tat perfectsetup. Pretty silly that proftpd refuses to start cause ipv6 isnt available, when telling it NOT to use it ;)
I've fixed this in the tutorial.

ISPconfig setup script also has one issue at compile:
OpenSSL library fix for openssl sources.

Go to compile_apps , unpack openssl-0.9.7m.tar.gz
edit Configure and Makefile and change all instances of -m486 to -mtune=i486 .

Run
"tar -pczf openssl-0.9.7m.tar.gz openssl-0.9.7m" to repack dir, remove the unpacked directory.

now run ./setup as normal.

Credits to the following threads:
SSL fix - http://www.howtoforge.org/forums/showthread.php?p=135544
Proftpd fix - http://www.howtoforge.com/forums/showthread.php?t=24649&highlight=proftpd+opensuse
I've installed ISPConfig on OpenSUSE 11, i386 and x86_64, and had no problems at all (i.e., I couldn't reproduce this). What processor are you using?