The Network People Support Forums

Mail::Toaster => Installation Issues => Topic started by: jesse on December 26, 2006, 10:43:11 PM

Title: Problem installing xorg x11 package during phpMyAdmin install on FreeBSD
Post by: jesse on December 26, 2006, 10:43:11 PM
Hello

I have a fresh FreeBSD 6.1 install, but without X (possibly silly move on my part).

When running the following command to install phpMyAdmin:

     toaster_setup.pl -s phpmyadmin

I was asked whether to install X11, and when I said yes, it bombed:

...
                php-gd requires x11 libraries. Shall I try installing the xorg-libraries package?(y/n): y
Odd number of parameters in call to Mail::Toaster::FreeBSD::package_install when named parameters were expected
at lib/Mail/Toaster/FreeBSD.pm line 765
        Mail::Toaster::FreeBSD::package_install('undef', 'xorg-libraries') called at lib/Mail/Toaster/Setup.pm line 4390
        Mail::Toaster::Setup::phpmyadmin('undef') called at /usr/local/sbin/toaster_setup.pl line 83


So it appears the call to install x11 libraries with package_install is giving wrong number of params.

I'll try using FreeBSD 6.1 install media to install X11 and then re-run this step ...

Jesse
Title: Re: Problem installing xorg x11 package during phpMyAdmin install on FreeBSD
Post by: jesse on December 27, 2006, 04:27:58 AM
Seems to have worked. It still came up and asked me if it should install xorg but I said 'n' and it seemed to continue on happily. It remains to be seen if GD works properly in PHP or no.
Title: Re: Problem installing xorg x11 package during phpMyAdmin install on FreeBSD
Post by: matt on December 29, 2006, 10:38:34 PM
Fixed in 5.05.
Title: Re: Problem installing xorg x11 package during phpMyAdmin install on FreeBSD
Post by: jesse on January 12, 2007, 03:19:27 PM
Good one.