Go Back   HowtoForge Forums | HowtoForge - Linux Howtos and Tutorials > ISPConfig 2 > Installation/Configuration

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Reply
 
Thread Tools Display Modes
  #11  
Old 10th November 2009, 17:55
falko falko is online now
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,843
Thanks: 781
Thanked 1,557 Times in 1,476 Posts
Default

Ok, I was guessing that hard drive space might be the problem, but this is not the case...
__________________
Falko
--
Follow me on:
Reply With Quote
  #12  
Old 10th November 2009, 17:58
ybz ybz is offline
Junior Member
 
Join Date: Oct 2009
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

What about the calmAV issues mentioned above? Are they not relevant?
Reply With Quote
  #13  
Old 11th November 2009, 16:02
falko falko is online now
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,843
Thanks: 781
Thanked 1,557 Times in 1,476 Posts
Default

As far as I know, ClamAV compiles correctly on Ubuntu. The only distribution where it doesn't seems to be Fedora.
__________________
Falko
--
Follow me on:
Reply With Quote
  #14  
Old 16th November 2009, 15:00
ybz ybz is offline
Junior Member
 
Join Date: Oct 2009
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

After many trials, I had no other choice but to re-install the system (following your recommended instructions for Ubuntu Server 9.10). While doing that I've noticed that there is a new comment at the end of the article under section 22 (about replacing getline with parseline in the /usr/include/stdio.h file. see: http://www.howtoforge.com/perfect-se...ispconfig-2-p7).

In the previous installation, I have started with version 9.04 + ISPConfig 2. Then I have upgraded to 9.10 and upgraded to ISPconfig 2.2.34. Could be that the reason for the fault mentioned above is due to the additional comment you made under section 22?
Reply With Quote
  #15  
Old 17th November 2009, 18:33
falko falko is online now
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,843
Thanks: 781
Thanked 1,557 Times in 1,476 Posts
Default

Quote:
Originally Posted by ybz View Post
In the previous installation, I have started with version 9.04 + ISPConfig 2. Then I have upgraded to 9.10 and upgraded to ISPconfig 2.2.34. Could be that the reason for the fault mentioned above is due to the additional comment you made under section 22?
I don't think this has anything to do with your ClamAV problems.
__________________
Falko
--
Follow me on:
Reply With Quote
  #16  
Old 17th November 2009, 19:42
ybz ybz is offline
Junior Member
 
Join Date: Oct 2009
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The problem was not with ClamAV (this is something suggested above by others). The problem was with missing elements (see above) that did not enable to restart ISPconfig_server:

Starting ISPConfig system...
/etc/rc.d/init.d/ispconfig_server: line 45: /root/ispconfig/httpd/bin/apachectl: No such file or directory
/etc/rc.d/init.d/ispconfig_server: line 48: /root/ispconfig/php/php: No such file or directory
Reply With Quote
  #17  
Old 18th November 2009, 12:22
IgorS3 IgorS3 is offline
Junior Member
 
Join Date: Aug 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Same problem with Ubuntu 9.10
make[2]: Entering directory `/home/***/install_ispconfig/compile_aps/apache_1.3.41/src/support'
gcc -c -I../os/unix -I../include -DLINUX=22 -DHAVE_SET_DUMPABLE -DMOD_SSL=208131 -DUSE_HSREGEX -DEAPI `../apaci` htpasswd.c
htpasswd.c:101: error: conflicting types for 'getline'
/usr/include/stdio.h:651: note: previous declaration of 'getline' was here
make[2]: *** [htpasswd.o] Error 1
make[2]: Leaving directory `/home/***/install_ispconfig/compile_aps/apache_1.3.41/src/support'
make[1]: *** [build-support] Error 1
make[1]: Leaving directory `/home/***/install_ispconfig/compile_aps/apache_1.3.41'
make: *** [build] Error 2

Last edited by IgorS3; 18th November 2009 at 12:25.
Reply With Quote
  #18  
Old 18th November 2009, 15:37
falko falko is online now
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,843
Thanks: 781
Thanked 1,557 Times in 1,476 Posts
Default

Quote:
Originally Posted by IgorS3 View Post
Same problem with Ubuntu 9.10
make[2]: Entering directory `/home/***/install_ispconfig/compile_aps/apache_1.3.41/src/support'
gcc -c -I../os/unix -I../include -DLINUX=22 -DHAVE_SET_DUMPABLE -DMOD_SSL=208131 -DUSE_HSREGEX -DEAPI `../apaci` htpasswd.c
htpasswd.c:101: error: conflicting types for 'getline'
/usr/include/stdio.h:651: note: previous declaration of 'getline' was here
make[2]: *** [htpasswd.o] Error 1
make[2]: Leaving directory `/home/***/install_ispconfig/compile_aps/apache_1.3.41/src/support'
make[1]: *** [build-support] Error 1
make[1]: Leaving directory `/home/***/install_ispconfig/compile_aps/apache_1.3.41'
make: *** [build] Error 2
Take a look at chapter 22 on http://www.howtoforge.com/perfect-se...ispconfig-2-p7
__________________
Falko
--
Follow me on:
Reply With Quote
  #19  
Old 18th November 2009, 15:39
ybz ybz is offline
Junior Member
 
Join Date: Oct 2009
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

So, you agree that the addition in chapter 22 makes the difference? ;-)
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Apache 2 basic authentication problem with some browser raskar Server Operation 0 20th August 2009 16:58
The system is currently updating the configuration files. warlock General 8 21st February 2009 19:15
Virtual users... Ubuntu 8.04 spaceuser HOWTO-Related Questions 12 19th June 2008 09:04
php4 problem after update Aloa Installation/Configuration 2 14th February 2008 13:23
Centos 4.4 32bit Hangs, High Server load 3cwired_com Server Operation 11 16th November 2006 16:47


All times are GMT +2. The time now is 10:56.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Sponsored Links: Unified Communications: Thoughts, Strategies and Predictions
Join the discussion.
www.seamlessenterprise.com

IP Convergence
Integrate your wireless and wireline networks.
Learn how from the experts at Sprint.
www.seamlessenterprise.com

Wireless & Wireline Integration
Thoughts, strategies and solutions: join the discussion
www.seamlessenterprise.com

Unified Communications 2009
Join the Discussion. Now.
www.seamlessenterprise.com

Red Hat Virtual Experience - a free virtual event. Dec. 9th