hi.
I am trying to configure lvs router with piranha on fedora core6.
I manually edited my lvs.cf file. redhat docs says, this file is generated by piranha-gui, I am unable to start piranha-gui service, I tried to start pulse service and it is partially working.
Facing problem with real server2 routing, and nanny.
How to start piranha-gui service? Has anyone did it with Fedora core6.
for further details i am adding this:
Linux localhost.localdomain 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT 2006 i686 i686 i386 GNU/Linux
piranha rpm i am using is piranha-0.7.12-1 and SELinux is disabled.
[root@localhost ~]# /etc/init.d/piranha-gui start
[root@localhost ~]# : [FAILED]
Code:
/etc/init.d/piranha-gui script says
start() {
echo -n "Starting piranha-gui: "
RETVAL=1
#check for php4 modules
if ! [ -f /etc/sysconfig/ha/modules/libphp4.so ] ; then
failure "php4 modules are missing"
return $RETVAL
fi
daemon /usr/sbin/piranha_gui -f /etc/sysconfig/ha/conf/httpd.conf
RETVAL=$?
echo
[ $RETVAL = 0 ] && touch /var/lock/subsys/piranha-gui
return $RETVAL
}
[root@localhost ~]# /usr/sbin/piranha_gui -f /etc/sysconfig/ha/conf/httpd.conf
piranha_gui: Syntax error on line 30 of /etc/sysconfig/ha/conf/httpd.conf: Cannot load /etc/sysconfig/ha/modules/mod_imap.so into server: /etc/sysconfig/ha/modules/mod_imap.so: cannot open shared object file: No such file or directory
installed httpd rpms are:
httpd-devel-2.2.3-5
httpd-manual-2.2.3-5
httpd-2.2.3-5
This is a module problem, I tried google, not successful yet.
How to start piranha-gui service any idea/suggestions for LVS nat router.
thanks and regards
anugunj "anuj"