Web Hosting Talk







View Full Version : Webmin and raq4


znawca
05-31-2007, 04:07 PM
Hi all!

I have problem which installation webmin on my raq4. I do everythink from webmin site:

[root@yourhost /tmp]# gunzip webmin-1.340.tar.gz
[root@yourhost /tmp]# tar xf webmin-1.340.tar
[root@yourhost /tmp]# cd webmin-1.340
[root@yourhost /tmp/webmin-1.340]# ./setup.sh /usr/local/webmin

But on finish i see:

http://w1.fotoupload.be/465f2ab182bc9491209859.png



Please help :)

Thanks for any help! :)

znawca
05-31-2007, 05:37 PM
Edit.

Cool... now i have problem in all server :] I saw problem in admin panel - cgi, im take reebot and now nothing workink. On lcd i see: (none) and serv ip. Jesus... i must sell this scrap :]

From error log

[Thu May 31 23:05:56 2007] [error] PHP Notice: Undefined offset: 1 in /home/sites/home/web/status/admin.php on line 189
[Thu May 31 23:06:06 2007] [notice] caught SIGTERM, shutting down
PHP Warning: Unknown(): Unable to load dynamic library './mysql.so' - ./mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Thu May 31 23:08:27 2007] [alert] mod_unique_id: unable to gethostbyname("(none)")
PHP Warning: Unknown(): Unable to load dynamic library './mysql.so' - ./mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Thu May 31 23:13:34 2007] [alert] mod_unique_id: unable to gethostbyname("(none)")
PHP Warning: Unknown(): Unable to load dynamic library './mysql.so' - ./mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Thu May 31 23:15:52 2007] [alert] mod_unique_id: unable to gethostbyname("(none)")
PHP Warning: Unknown(): Unable to load dynamic library './mysql.so' - ./mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Thu May 31 23:28:32 2007] [alert] mod_unique_id: unable to gethostbyname("(none)")
PHP Warning: Unknown(): Unable to load dynamic library './mysql.so' - ./mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Thu May 31 23:30:40 2007] [alert] mod_unique_id: unable to gethostbyname("(none)")

zeffie
06-01-2007, 01:45 PM
Well I don't know what you did to webmin but thats a bad way to install it... I would suggest you use a pkg for it... I have one somewhere and there are others too...

in reguards to the php problem...

The mysql.so file is missing, bad, or incorrectly referenced in the php.ini file

znawca
06-04-2007, 10:38 AM
Ok, somebody know solution for my problem... ? :(

zeffie
06-04-2007, 12:05 PM
PHP Warning: Unknown(): Unable to load dynamic library './mysql.so' - ./mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0

fix your php php.ini to include the mysql.so file and make sure it exists. and if you want to install like a developer you need to find out why you can't chmod or chown anything by looking at the setup script and what it's trying to do.

I'm guessing you need to make the /etc/webmin directory before installing

znawca
06-05-2007, 12:37 PM
Ok, Im change php.ini to original (fresh, after instalation) and still not working. Wherever i didnt findt line embody mysql.so... :/

Xapmat
06-05-2007, 01:41 PM
Rackaid.com has a pkg for webmin on RaQ4 here:

http://www.rackaid.com/free/webmin.cfm

I hope that helps you out.

znawca
06-05-2007, 03:51 PM
Rackaid.com has a pkg for webmin on RaQ4 here:

http://www.rackaid.com/free/webmin.cfm

I hope that helps you out.


Ya, i saw this... not working :)

zeffie
06-05-2007, 07:42 PM
the orig php.ini does not include the mysql.so line.

You need to activate it for it to work...

You can also get my webmin pkg here
ftp://www.zeffie.com/zeffie/RaQ4/RaQ4-Webmin-1.170-Built-by-Zeffie.com.pkg

The rackaid pkg version is very old and does contain security holes that could allow a remote user to gain root access... I don't advise it for that reason.