View Single Post
  #1   (View Single Post)  
Old 31st July 2012
barti barti is offline
Shell Scout
 
Join Date: Jul 2012
Posts: 122
Default drupal install does not work

I'm trying to install drupal , just to see if it is working and to check the backups the from Linux centos machine .
Code:
# pkg_add -r drupal

drupal-6.24:libxml-2.7.8p4: ok
drupal-6.24:femail-0.98: ok
drupal-6.24:femail-chroot-0.98: ok
drupal-6.24hp-5.3.10: ok
drupal-6.24:t1lib-5.1.2: ok
drupal-6.24ng-1.5.6p0: ok
drupal-6.24:jpeg-8c: ok
Can't install php-gd-5.3.10 because of libraries
|library X11.15.0 not found
| not found anywhere
|library Xpm.8.0 not found
| not found anywhere
|library freetype.18.1 not found
| not found anywhere
Direct dependencies for php-gd-5.3.10 resolve to php-5.3.10 png-1.5.6p0 t1lib-5.1.2 jpeg-8c
Full dependency tree is femail-chroot-0.98 libiconv-1.14 t1lib-5.1.2 gettext-0.18.1p1 jpeg-8c femail-0.98 php-5.3.10 png-1.5.6p0 libxml-2.7.8p4
drupal-6.24:mysql-client-5.1.60p0: ok
drupal-6.24hp-mysql-5.3.10: ok
Can't install drupal-6.24: can't resolve php-gd-5.3.10
--- +femail-chroot-0.98 -------------------
By default, femail will use `localhost' for smtphost. Make sure to
review FAQ Section 10.16 discussing name resolution with httpd(8)'s
default chroot(2).

Additionally, one may create a custom femail.conf; see femail(8).

If you're using femail with PHP inside a chroot jail, be aware that
PHP's built-in "mail" function uses popen(), which requires /bin/sh.
--- +php-5.3.10 -------------------
To enable the php-5.3 module please create a symbolic
link from /var/www/conf/modules.sample/php-5.3.conf
to /var/www/conf/modules/php.conf.

ln -s /var/www/conf/modules.sample/php-5.3.conf \
/var/www/conf/modules/php.conf

The recommended php configuration has been installed
to /etc/php-5.3.ini.
--- +php-mysql-5.3.10 -------------------
You can enable this module by creating a symbolic
link from /etc/php-5.3.sample/mysql.ini to
/etc/php-5.3/mysql.ini.

ln -fs /etc/php-5.3.sample/mysql.ini \
/etc/php-5.3/mysql.ini
# pkg_add -r php-gd
Ambiguous: php-gd could be php-gd-5.3.10 php-gd-5.2.17p6
# pkg_add -r php-gd-5.3.10
Can't install php-gd-5.3.10 because of libraries
|library X11.15.0 not found
| not found anywhere
|library Xpm.8.0 not found
| not found anywhere
|library freetype.18.1 not found
| not found anywhere
Direct dependencies for php-gd-5.3.10 resolve to php-5.3.10 png-1.5.6p0 t1lib-5.1.2 jpeg-8c
Full dependency tree is femail-chroot-0.98 libiconv-1.14 t1lib-5.1.2 gettext-0.18.1p1 jpeg-8c femail-0.98 php-5.3.10 png-1.5.6p0 libxml-2.7.8p4

Last edited by ocicat; 2nd August 2012 at 06:19 PM. Reason: Please use [code] & [/code] tags when posting command output!
Reply With Quote