How To Compile GD Library With TTF For PHP

Oct 27, 2008

First of all, here's the info about my server:

Linux: CentOS 5.2
PHP: 5.2.6
PHP-GD: php-gd.i386 0:5.2.6-jason.1
Apache: 2.2.8 with mod_proxy (Lighttpd serves in the background)Question:

I've built my server with PHP 5.2.6 and Apache and I've also installed php-gd by running 'yum install php-gd', but an application (clip bucket) I'm using requires GD with TTF enabled for the cpatcha image in 'singup'. I've checked my phpinfo [url] but didn't seem to find TTF enabled with my GD, so I wonder how to recompile GD with TTF enabled?

View 8 Replies


ADVERTISEMENT

How To Compile Php As Cgi

Mar 6, 2007

How to compile php as cgi? It doesn't have any control panel. Do I need to compile together?

View 2 Replies View Related

GD Library

Feb 7, 2007

I have got error while install GD Library on my VPS (CentOS, cPanel)

Code:
root@sv1 [~]# yum install php-gd
Setting up Install Process
Setting up repositories
update 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
primary.xml.gz 100% |=========================| 80 kB 00:00
update : ################################################## 232/232
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 97, in main
result, resultmsgs = do()
File "/usr/share/yum-cli/cli.py", line 470, in doCommands
return self.installPkgs()
File "/usr/share/yum-cli/cli.py", line 836, in installPkgs
self.doRepoSetup()
File "/usr/share/yum-cli/cli.py", line 75, in doRepoSetup
self.doSackSetup(thisrepo=thisrepo)
File "__init__.py", line 260, in doSackSetup
File "repos.py", line 287, in populateSack
File "sqlitecache.py", line 96, in getPrimary
File "sqlitecache.py", line 89, in _getbase
File "sqlitecache.py", line 373, in updateSqliteCache
File "/var/tmp/python-sqlite-root//usr/lib/python2.3/site-packages/sqlite/main.py", line 244, in execute
_sqlite.DatabaseError: unable to open database file
root@sv1 [~]# yum install php-gd
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
update : ################################################## 232/232
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in ?
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 97, in main
result, resultmsgs = do()
File "/usr/share/yum-cli/cli.py", line 470, in doCommands
return self.installPkgs()
File "/usr/share/yum-cli/cli.py", line 836, in installPkgs
self.doRepoSetup()
File "/usr/share/yum-cli/cli.py", line 75, in doRepoSetup
self.doSackSetup(thisrepo=thisrepo)
File "__init__.py", line 260, in doSackSetup
File "repos.py", line 287, in populateSack
File "sqlitecache.py", line 96, in getPrimary
File "sqlitecache.py", line 89, in _getbase
File "sqlitecache.py", line 373, in updateSqliteCache
File "/var/tmp/python-sqlite-root//usr/lib/python2.3/site-packages/sqlite/main.py", line 244, in execute
_sqlite.DatabaseError: unable to open database file

I have contacted cPanel Support but the issues isn't resolved.

View 3 Replies View Related

How To Compile PHP With PHPIMAP?

Apr 1, 2008

How to compile PHP with PHP IMAP?

I'm also having problem finding latest PHP IMAP rpm

I'm confused over many articles I googled for including php.net, btw i'm using Centos 5.1.

How do I overall compile my apache with php imap?

View 5 Replies View Related

Kernel Compile

Jun 20, 2009

I copied the default config file and renamed it as .config but I get this:

Code:
WARNING: No module dm-mem-cache found for kernel 2.6.27.10-grsec, continuing anyway
WARNING: No module dm-region_hash found for kernel 2.6.27.10-grsec, continuing anyway
WARNING: No module dm-message found for kernel 2.6.27.10-grsec, continuing anyway
WARNING: No module dm-raid45 found for kernel 2.6.27.10-grsec, continuing anyway

View 2 Replies View Related

2 Kernel Compile

Jul 12, 2009

when doing 2.6.26+ or w/e it is, how do you enable conntrack, what options do i need to enable under make menuconfig?

net.netfilter.nf_conntrack_acct = 1
net.netfilter.nf_conntrack_generic_timeout = 120
error: "net.netfilter.nf_conntrack_icmp_timeout" is an unknown key
error: "net.netfilter.nf_conntrack_tcp_timeout_close" is an unknown key
error: "net.netfilter.nf_conntrack_tcp_timeout_time_wait" is an unknown key
error: "net.netfilter.nf_conntrack_tcp_timeout_last_ack" is an unknown key
error: "net.netfilter.nf_conntrack_tcp_timeout_close_wait" is an unknown key
error: "net.netfilter.nf_conntrack_tcp_timeout_fin_wait" is an unknown key
error: "net.netfilter.nf_conntrack_tcp_timeout_established" is an unknown key
error: "net.netfilter.nf_conntrack_tcp_timeout_syn_recv" is an unknown key
error: "net.netfilter.nf_conntrack_tcp_timeout_syn_sent" is an unknown key
error: "net.netfilter.nf_conntrack_udp_timeout" is an unknown key
error: "net.netfilter.nf_conntrack_udp_timeout_stream" is an unknown key
net.netfilter.nf_conntrack_max = 262144

and how do i know which hardware/devices that i can remove?

View 2 Replies View Related

Compile Apache

Mar 9, 2008

Was wondering if there's anyway we can compile apache from scratch with 1000 maxclient instead of the 250 default.

View 3 Replies View Related

Apache/php Compile

Feb 22, 2007

when we compile apache, why do we need to have the following option?

'./configure' '--with-apxs=/usr/local/apache/bin/apxs

View 3 Replies View Related

Re-compile Php For Lighttpd

Feb 13, 2007

I installed lighttpd on fedora 4 using yum install lighttpd now everything seemed to work as planed but the php files doesn't work .php

how to re-compile php?

View 4 Replies View Related

Mod_layout And GD2 Library

Mar 28, 2009

I using on my server mod_layout and GD2 library of course too. Today I detect problem with GD2 lib.

In the vhosts where are define mod_layout, GD library NOT RUNNING! When I try delete a mod_layout define variables, GD lib run wtihout any problems.

I try to find something about it on google, but I found nothing.

View 5 Replies View Related

CURL Library

Jan 9, 2009

Do you know what cURL Library means?

I have seen that in apthost.com reseller plan.

View 0 Replies View Related

How To Install GD Library

Apr 28, 2009

how to install gd library via ssh

OS = centos5

I tried ( found on some site ) but still my script showing same gd error -

yum install php-gd
service httpd restart

if the above command effect my server performance? if yes then how could i uninstall ( Undo ) it...

View 14 Replies View Related

GD Library Install

Feb 3, 2007

My server is new, I have installed GD Library, but not ok

Code:
root@sv3 [~]# up2date php-gd

Fetching Obsoletes list for channel: centos4-Base...

Fetching Obsoletes list for channel: centos4-Updates...

Fetching Obsoletes list for channel: centos4-extras...

Fetching Obsoletes list for channel: centos4-addons...

Fetching rpm headers...
########################################

Name Version Rel
----------------------------------------------------------
php-gd 4.3.9 3.22 i386

Testing package set / solving RPM inter-dependencies...

Downloading headers to solve dependencies...
#######################################
Downloading headers to solve dependencies...
#######################################
Downloading headers to solve dependencies...
########################################
httpd-2.0.52-28.ent.centos4 ########################## Done.
php-4.3.9-3.22.i386.rpm: ########################## Done.
php-gd-4.3.9-3.22.i386.rpm: ########################## Done.
php-pear-4.3.9-3.22.i386.rp ########################## Done.
httpd-suexec-2.0.52-28.ent. ########################## Done.
Preparing ########################################### [100%]

Installing...
1:httpd warning: /etc/httpd/conf.d/welcome.conf created as /
etc/httpd/conf.d/welcome.conf.rpmnew
warning: /etc/httpd/conf/httpd.conf created as /etc/httpd/conf/httpd.conf.rpmnew
warning: /etc/httpd/conf/magic created as /etc/httpd/conf/magic.rpmnew
########################################### [100%]
error: unpacking of archive failed on file /etc/httpd/logs: cpio: rename
There was a fatal RPM install error. The message was:
There was a rpm unpack error installing the package: httpd-2.0.52-28.ent.centos4
root@sv3 [~]#

how to install it?

View 4 Replies View Related

How To Compile Php-cgi For Max Security On Dreamhost

Jan 10, 2007

I want to compile a php-cgi on dreamhost with maximum security in particular ensuring that all temporary files are stored in my own directories, what are the settings to configure for that?

What .htaccess settings do I need to help with that?

I realized that some of the temp gzip files where going into the servers main temp folders.

View 0 Replies View Related

Kernel Compile (minimal)

Jun 29, 2009

How do you go about getting hardware info so you know what drivers to compile in? I want to build a very small and fast loading kernel for this web server.

I'm running CentOS 5.3

View 4 Replies View Related

MySQL Minimal Compile

Apr 17, 2009

I'm running off of a VPS and the default install of MySQL uses a lot of memory. Is there a way to just download the sources and compile a minimal install of just what i need to run say WHMCS/forum?

View 4 Replies View Related

DKIM Compile Error

Jul 2, 2008

Running a RHEL 4 box with Sendmail 8.13, and Openssl 0.9.8 and trying to install DKIM 2.6.0.

When I run 'sh Build' I get the follow errors at the end of the output. What is causing this error? What do I need to do to correct it?

cc -O2 -I. -I../libdkim/ -I../../include -D_REENTRANT -DXP_MT -c -o dkim-filter.o dkim-filter.c
cc -O2 -I. -I../libdkim/ -I../../include -D_REENTRANT -DXP_MT -c -o stats.o stats.c
cc -O2 -I. -I../libdkim/ -I../../include -D_REENTRANT -DXP_MT -c -o test.o test.c
cc -O2 -I. -I../libdkim/ -I../../include -D_REENTRANT -DXP_MT -c -o util.o util.c
cc -o dkim-filter -lpthread config.o dkim-ar.o dkim-arf.o dkim-db.o dkim-filter.o stats.o test.o util.o -lmilter /usr/local/src/mail/dkim-milter-2.6.0/obj.Linux.2.6.9-67.0.7.ELsmp.i686/libdkim/libdkim.a /usr/local/src/mail/dkim-milter-2.6.0/obj.Linux.2.6.9-67.0.7.ELsmp.i686/libsm/libsm.a -ldb -lresolv -lcrypt -lnsl -ldl -lssl -lcrypto
/usr/local/src/mail/dkim-milter-2.6.0/obj.Linux.2.6.9-67.0.7.ELsmp.i686/libdkim/libdkim.a(dkim-canon.o)(.text+0x98): In function `dkim_canon_write':
: undefined reference to `SHA256_Update'
/usr/local/src/mail/dkim-milter-2.6.0/obj.Linux.2.6.9-67.0.7.ELsmp.i686/libdkim/libdkim.a(dkim-canon.o)(.text+0xae8): In function `dkim_canon_init':
: undefined reference to `SHA256_Init'
/usr/local/src/mail/dkim-milter-2.6.0/obj.Linux.2.6.9-67.0.7.ELsmp.i686/libdkim/libdkim.a(dkim-canon.o)(.text+0x106a): In function `dkim_canon_runheaders':
: undefined reference to `SHA256_Final'
/usr/local/src/mail/dkim-milter-2.6.0/obj.Linux.2.6.9-67.0.7.ELsmp.i686/libdkim/libdkim.a(dkim-canon.o)(.text+0x155b): In function `dkim_canon_signature':
: undefined reference to `SHA256_Final'
/usr/local/src/mail/dkim-milter-2.6.0/obj.Linux.2.6.9-67.0.7.ELsmp.i686/libdkim/libdkim.a(dkim-canon.o)(.text+0x1cab): In function `dkim_canon_closebody':
: undefined reference to `SHA256_Final'
collect2: ld returned 1 exit status
make[1]: *** [dkim-filter] Error 1
make[1]: Leaving directory `/usr/local/src/mail/dkim-milter-2.6.0/obj.Linux.2.6.9-67.0.7.ELsmp.i686/dkim-filter'
make: *** [all] Error 2

View 0 Replies View Related

Cannot Compile PHP5 With CURL

Jul 29, 2008

I'm trying to compile PHP with curl enabled but I cannot get it work.

Here is the part of config.log

....
configure:32740: checking whether to enable calendar conversion support
configure:32778: result: no
configure:33078: checking whether to enable ctype functions
configure:33116: result: yes
configure:33416: checking for cURL support
configure:33455: result: yes
configure:33464: checking if we should use cURL for url streams
configure:33482: result: no
configure:33492: checking for cURL in default path
configure:33497: result: found in /usr
configure:33515: checking for cURL 7.10.5 or greater
configure:33529: result: libcurl 7.15.5
configure:33538: checking for SSL support in libcurl
configure:33542: result: yes
configure:33560: checking how to run the C preprocessor
configure:33678: result: gcc -E
configure:33702: gcc -E conftest.c
configure:33708: $? = 0
configure:33740: gcc -E conftest.c
conftest.c:201:28: error: ac_nonexistent.h: No such file or directory
configure:33746: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
...

As you can see it shows "ac_nonexistent.h: No such file or directory" I installed both gcc and gcc-c++ libraries but it doesn't work.

PHP version is 5.2.6 and OS is CentOS 5 64bit

View 7 Replies View Related

LiteSpeed PHP Compile Error

Feb 4, 2008

I'm running the latest free version of LSWS, standard install.

I am having the hardest time getting PHP to build.

No matter what I choose, it always gets the same error in the logs.

Right now i'm trying to compile PHP 5.2.5 w/ Suhosin/Mail-header patch.

About a minute into building it gives this error:

/bin/sh /opt/lsws/phpbuild/php-5.2.5/libtool --silent --preserve-dup-deps --mode=compile gcc -Imain/ -I/opt/lsws/phpbuild/php-5.2.5/main/ -DPHP_ATOM_INC -I/opt/lsws/phpbuild/php-5.2.5/include -I/opt/lsws/phpbuild/php-5.2.5/main -I/opt/lsws/phpbuild/php-5.2.5 -I/usr//include/libxml2 -I/opt/lsws/phpbuild/php-5.2.5/ext/date/lib -I/opt/lsws/phpbuild/php-5.2.5/TSRM -I/opt/lsws/phpbuild/php-5.2.5/Zend -I/usr/include -g -O2 -c /opt/lsws/phpbuild/php-5.2.5/main/reentrancy.c -o main/reentrancy.lo
/opt/lsws/phpbuild/php-5.2.5/main/reentrancy.c: In function 'php_readdir_r':
/opt/lsws/phpbuild/php-5.2.5/main/reentrancy.c:139: error: too few arguments to function 'readdir_r'
make: *** [main/reentrancy.lo] Error 1

View 3 Replies View Related

2.6.22.1 Kernel Compile Errors

Aug 13, 2007

I been trying to compile the linux2.6.22.1 with grsecurity test patches. Im running 2.6.21.5-grsecurity currently. And when i try to make bzImage and only the bzimage I get this error

Code:
/bin/sh: line 1: 14228 File size limit exceeded(core dumped) objcopy -O binary -R .note -R .comment -S vmlinux arch/i386/boot/compressed/vmlinux.bin
make[2]: *** [arch/i386/boot/compressed/vmlinux.bin] Error 153
make[1]: *** [arch/i386/boot/compressed/vmlinux] Error 2
has an error number first but different ones each time. I tried the compile on gcc 3 and gcc 4 same thing.
Other kernels compile fine except this one. I compiled the very same kernel, same config and evrything on a centos5 server and it done fine. never had this problem before and I always have always upgraded with grsecurity testing patches

Im running centos 4.5
ulimit shows

Code:
[/linux]# ulimit -a
core file size (blocks, -c) 1000000
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
pending signals (-i) 16317
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
open files (-n) 4096
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 14335
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

Does the same thing on gcc version 3.4 and 4.1.1

View 2 Replies View Related

What Would Cause Apache To Restart And Not Compile PHP

Apr 22, 2007

Today I got the devastating and heart-stopping news that all administraters fear most: "I'm looking at your website, and something's terribly wrong!!!"

The person went on to say that each page was just "filled with code ro something." When I finally saw it myself I discovered that my raw PHP pages were being served to the end user with no compilation --all of my top secret code; a real nightmare.

I went to look at the error logs and found that for several restarts Apache had not been compiling PHP.

It usually looks like this:

Quote:

[Wed Apr 18 18:35:11 2007] [notice] bandwidth monitoring enabled (mapping file: /etc/virtualhosting/mappings/apache.domainmap)
[Wed Apr 18 18:35:11 2007] [notice] Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_gzip/1.3.19.1a mod_fastcgi/2.2.10 mod_jk/1.2.0 mod_perl/1.24_01 PHP/4.2.2 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b configured -- resuming normal operations
[Wed Apr 18 18:35:11 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Apr 18 18:35:11 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Wed Apr 18 18:35:11 2007] [notice] FastCGI: process manager initialized (pid 16385)

But now it looked like this:

Quote:

[Sun Apr 22 04:02:18 2007] [notice] Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_gzip/1.3.19.1a configured -- resuming normal operations
[Sun Apr 22 04:02:18 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Sun Apr 22 04:02:18 2007] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/a1b2c3d4e5f6g7h8i9/nonexistentfile.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/adxmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/adserver/adxmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/phpAdsNew/adxmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/phpadsnew/adxmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/phpads/adxmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/Ads/adxmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/ads/adxmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/xmlrpc/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/xmlsrv/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/blog/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/drupal/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/community/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/blogs/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/blogs/xmlsrv/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/blog/xmlsrv/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/blogtest/xmlsrv/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/b2/xmlsrv/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/b2evo/xmlsrv/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/wordpress/xmlrpc.php
[Sun Apr 22 21:21:57 2007] [error] [client 209.85.60.98] File does not exist: /var/www/html/phpgroupware/xmlrpc.php
[Mon Apr 23 04:02:21 2007] [notice] SIGUSR1 received. Doing graceful restart

WTH?

I could be WAAAY off base, but my first reaction was that I'd been hacked -- someone had found a way to disable PHP so they could find sensitive information in raw PHP pages. That could be totally wrong.

At any rate, even if I never learn why Apache sometimes will compile without PHP (and some other modules) without me telling it to do so, I'd like to be prepared for an embarassment like like this.

Is there any way, say, in the .htaccess file (or anywhere, anyway), I can tell Apache not to serve **ANY** pages unless the PHP module is present?

View 4 Replies View Related

GD Library & PHP Mbstring Extension

Jun 11, 2009

I install drupal and i get this errors:

1. GD libraryNot installed
The GD library for PHP is missing or outdated. Please check the PHP image documentation for information on how to correct this.

2. Unicode libraryStandard PHP
Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.

I have on my server:

Package gd-2.0.33-9.4.el5_1.1.x86_64 already installed and latest version
Package gd-2.0.33-9.4.el5_1.1.i386 already installed and latest version

but i don`t know why drupal say to me it`s not installed. Need to active the GD Library?

How can i fix the problem with php mbstring and GD Library?

I run the yum commands:

yum install gd
yum install php-gd
yum install php-mbstring

It`s not working! :|

The os is centos 5.3 64. I have cPanel too.

View 11 Replies View Related

Installing PHP5 GD Library

Jul 21, 2009

I keep seeing instructions on installing using apt-get install php5-gd to install it, but when I do that my server says unknown command....

View 4 Replies View Related

Install GD Graphics Library 2 (GD2)

Jun 22, 2008

how to install GD Graphics Library 2 (GD2) ?

View 5 Replies View Related

Compaile Php With Java Library

Dec 15, 2008

When i compile php 5.2.8 with following option ---->
./configure --with-java=/usr/local/j2sdk1.4.2_19/
it say this is not valid option.

how can i do it and howto compile php with java?

View 3 Replies View Related

Compiling The Zip Library On MAMP

Mar 10, 2008

I am having some serious trouble compiling the zip extension for my MAMP installation. I used this tutorial here (using phpize):

[url]

All is well.. but when I run make test it gives me this:

Warning: PHP Startup: Invalid library (maybe not a PHP library) 'zip.so' in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/imap.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/yaz.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/mcrypt.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/gettext.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/pgsql.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/pdo_pgsql.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/pdo_mysql.so' - (null) in Unknown on line 0

Warning: PHP Startup: Invalid library (maybe not a PHP library) 'zip.so' in Unknown on line 0

Warning: PHP Startup: Invalid library (maybe not a PHP library) 'zip.so' in Unknown on line 0

Warning: PHP Startup: Invalid library (maybe not a PHP library) 'zip.so' in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/imap.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/yaz.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/mcrypt.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/gettext.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/pgsql.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/pdo_pgsql.so' - (null) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'modules/pdo_mysql.so' - (null) in Unknown on line 0

Warning: PHP Startup: Invalid library (maybe not a PHP library) 'zip.so' in Unknown on line 0

Warning: PHP Startup: Invalid library (maybe not a PHP library) 'zip.so' in Unknown on line 0

So, from what I see there are two problems:

1. compiling the zip.so fails...

2. Some directories are wrongly set, because my extension .so files reside in /mamp/bin/php5/lib/php/extensions/no-debug-non-zts-20050922/

I see no "modules" in there, so..

View 0 Replies View Related

Adding The GD Library To A Linux Box

Mar 31, 2007

Trying to install the GD graphics library to a linux box.

Downloaded the file gd-2.0.34.tar.gz from [url]
Ran gunzip and tar thus expanding the files to a temp directory - as root.

The instructions say to run ./configure

I ran "sh ./configure" and I get the following:

Quote:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking if we are building a Cygwin target... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

why the configuration fails?

View 4 Replies View Related

Yum Etc Vs Manual Compile - Specifically Apache

Jun 2, 2009

We run CentOS for our web servers (not providing hosting) and manually compile Apache, PHP etc. What would be the benefits to using Yum rather than compiling the software ourselves?

The way I see it, Yum allows Apache etc to automatically update to latest versions and saves time. When compiling myself though, I can specify exactly where to install to and which modules etc to install with the software. Is there any reason we should be using Yum instead?

View 3 Replies View Related

Kernel Compile Time On Atom 330

Jun 27, 2009

Just wondering for anyone whos done a kernel compile on an Atom based machine, how long did it take?

View 1 Replies View Related

Unable To Compile Apache Under Ubuntu

Jan 4, 2007

A little background on what I'm doing here...

I'm setting up a Linux machine specifically for use as a VNC here at work.

The IT Manager said he'd used Ubuntu before but left the distro up to me.

I set up my test machine with Ubuntu but need to compile Apache for portions of it to work. I've never had any problems building Apache before, but this is what I'm getting here. I have a feeling that, since I've not used Ubuntu before, that I'm just missing a step. I also noticed that the "make" command doesn't work. Does that need to be installed and compiled as well?

=========================================
root@vnc01:/etc/httpd-2.2.3# ./configure /usr/local/apache
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: /usr/local/apache
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... /usr/local/apache
checking host system type... /usr/local/apache
checking target system type... /usr/local/apache

Configuring Apache Portable Runtime library ...

checking for APR... reconfig
configuring package in srclib/apr now
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: /usr/local/apache
checking build system type... /usr/local/apache
checking host system type... /usr/local/apache
checking target system type... /usr/local/apache
Configuring APR library
Platform: /usr/local/apache
checking for working mkdir -p... yes
APR Version: 1.2.7
checking for chosen layout... apr
checking for /usr/local/apache-gcc... no
checking for gcc... no
checking for /usr/local/apache-cc... no
checking for cc... no
checking for cc... no
checking for /usr/local/apache-cl... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure failed for srclib/apr
root@vnc01:/etc/httpd-2.2.3#

The config.log file doesn't honestly show any errors that I can see pertaining to any compile errors.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved