Problem installing xorg x11 package during phpMyAdmin install on FreeBSD

Started by jesse, December 26, 2006, 10:43:11 PM

Previous topic - Next topic

jesse

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

jesse

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.

matt