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


ADVERTISEMENT

Plesk 11.x / Linux :: PHP Startup - Unable To Load Dynamic Library

May 1, 2015

I am troubleshooting a problem where the php5 package was replaced and caused lots of psa/plesk packages to be removed. This system details are;

# cat core.version
11.5.30 Ubuntu 12.04 115140407.17
# lsb_release -a
Description: Ubuntu 12.04.2 LTS
Codename: precise
# uname -a
Linux my.host.name 3.2.0-45-generic #70-Ubuntu SMP Wed May 29 20:12:06 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

The plesk panel is up, the websites are running, and the email services are running, but there are many errors like so;

==> error.log <==
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/json.so' - /usr/lib/php5/20090626/json.so: cannot open shared object file: No such file or directory in Unknown on line 0

I also get the following error when inspecting the json module:

root@vps:/etc/php5/mods-available# php -i|grep -i json
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/json.so' - /usr/lib/php5/20090626/json.so: cannot open shared object file: No such file or directory in Unknown on line 0
/etc/php5/cli/conf.d/20-json.ini,

[Code] ....

What I need to install to get that json.so file back?

View 2 Replies View Related

Adding Text To Video In Linux

Jun 19, 2008

way to convert and add some text(watermark) to videos in Linux.

I know ffmpeg can be used to convert video but i does not add text or water mark to video.

So what are my options?

View 3 Replies View Related

Adding New Whois Servers To Linux Server

Nov 21, 2008

How do I go about adding new whois servers in my linux box so that the "whois" command can work for those domains? I notice I can't get any .me information now.

View 4 Replies View Related

Plesk 12.x / Linux :: Adding SSL To IP Number Despite Of Domain Name?

Jun 2, 2015

Is it possible to add a ssl to a IP number despite of domain name?

I would like to know if i can buy a ssl and set a IP on website address...

View 5 Replies View Related

Plesk 12.x / Linux :: Adding Subscriptions - Cannot Customize It

May 6, 2015

I seem to be having a strange problem with Plesk 12, after adding about 23 domains, i cant seem to add any more domains.

While adding the domain, it just keeps syncing, and then when i click on the subscriptions i see the domain has been added, but i cannot customise it.

View 3 Replies View Related

Plesk 12.x / Linux :: Adding New Domain Name Fail?

Nov 23, 2014

Error: IP addresses for mail service of domain xxxxxx.com are not set

View 3 Replies View Related

Plesk 11.x / Linux :: Adding Mcrypt Extension To PHP?

Feb 11, 2013

I would like to install mcrypt extension on my server and i don't find procedure .

My version is :

OSCentOS 6.3 (Final)
Version de Parallels Panel11.0.9 Mettre à jour #36, dernière mise à jour à Fév 8, 2013 06:32 PM

View 19 Replies View Related

Plesk 12.x / Linux :: 5.3.3 Cgi And Fast-cgi Broke Down After Adding PHP 5.5.13

Jul 16, 2014

According to de Plesk Administrator Guide and according to the kb article: [URL] ...., Plesk Panel is suitable to enable multiple php versions After I performed the steps mentioned in the kb article, all seemed fine until somehow php-cgi and php-fcgi broke down after

Code:
# service httpd restart

After this event, all websites hosted on this particular the server only work running php as an apache module.

I am running Pleks Panel 12.0.18 #7 on top of CenOs 6.5 on this particular server, which means php version 5.3.3 is installed by default. PHP 5.3.3 also is was the php version for the "custom: false" php handlers (id's: cgi, fastcgi, module). Somehow all php handlers look like this:

Code:

# /usr/local/psa/bin/php_handler --list
id: display name: full version: version: type: cgi-bin: php-cli: php.ini: custom:
cgi 5.5.13 5.5.13 5.5 cgi /usr/bin/php-cgi /etc/php.ini false
fastcgi 5.5.13 5.5.13 5.5 fastcgi /usr/bin/php-cgi /etc/php.ini false

[Code]....

View 7 Replies View Related

Adding A Linux Machine To Windows Domain Controller

Oct 24, 2008

We have a domain portal controller for windows. All the machines in the n/w are connected to it. So, when ever an user enters the user name and password it gets authenticated from the domain portal controller. So, my login can be accessed anywhere in the netowrk.

Example : my login is sabarishks which can be used in any machine under this domain controller.

But, if the system is installed with both linux and windows only windows username will be authenticated using the domain controller. Whereas, the linux users will work with in the system using /etc/shadow file. Hope, I am clear so far.

The requirement is same as above. The authentication mechanism for linux should work as windows. When ever an user is entered with a username and passwd, it should get authenticated from domain controller.

I mean, the user created in a windows machine should be used for linux login also. More importantly, It should work in all systems.

Which technology can be used to do this? Samba,Ldap, NFs or what?

View 1 Replies View Related

Plesk 12.x / Linux :: Adding SPDY Under All Nginx Configuration

Dec 27, 2014

I would like to add spdy under all nginx configuration as below

listen 443 ssl spdy;

How to add them globally ?

View 4 Replies View Related

Plesk 12.x / Linux :: Warning When Adding New Domain Or Subdomain?

Jan 20, 2015

When i add a Domain or Subdomain through Plesk Panel, I get the following Warning :

Attention: relink-vhost-logs failed: mkdir: cannot create directory `./vps118861.ovh.net/logs': File exists ERROR: Cannot relink logs. Target directory '/var/www/vhosts/vps118861.ovh.net/logs' is in invalid state.

[URL]

I tried the 2 solutions but I still have the error... here are the results of the two commands :

[root@vps118861 logs]# ls -alh
total 2,3M
drwxr-xr-x 16 administrateur root 4,0K 20 janv. 13:59 .

[Code]....

View 2 Replies View Related

Plesk 12.x / Linux :: Adding Subscription / Custom Changes In PHP Settings

Aug 25, 2014

When adding a subscription with a certain plan, I get this error"Error: The plan was not applied: Custom changes in PHP settings" almost instantly after I initiated the creation of the new subscription. Another service plan doesn't have the issue, and though I tried finding the reason why one works while the other doesn't I simply wasn't able to. The service plan in question is used for over 40 others without a problem just when I select it for a new subscription, I get the mentioned error message.I am using Plesk 12 on Linux, all latest updates installed.

View 1 Replies View Related

Plesk 12.x / Linux :: White Page After Adding New Domains

Feb 5, 2015

i registered some new domains and wanted to add them via Plesk. Before i did that i got the stanard Plesk default page saying that i have to add the domains via plesk as usual.

When i did that the domain switched to a white page and is not able to load .html pages, i can load a phpinfo.php or install wordpress etc. but when i try to load a simple .html file with css or something, i only get a whitepage..

i dont know why this is happening, other domains from december are working fine, new ones wont. the error.logs are empty and even after a whole server restart it wont work.I´m using Ubuntu 14.04 LTS Server 64bit + Plesk 12.0.18

View 3 Replies View Related

Plesk 12.x / Linux :: Adding Subdomain To Forwarding Root Domain

Apr 23, 2015

I want to add a subdomain foo.bar.com to a master domain bar.com in the subscription bar.com. Normally this works but if I set the hosting type of the master domain to forward, I cannot add subdomains anymore. If I have already added a subdomain, I cannot change the hosting type of the master domain. Also it is not possible to add a second domain to the subscription anymore.

View 6 Replies View Related

Plesk 11.x / Linux :: Error Adding Remote Database Server

May 9, 2014

PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
Plesk 11.5, 11.5.30 Update #44, last updated at April 30, 2014 03:25 AM, Centos 6.5 (Final), Linux 64bit

PROBLEM DESCRIPTION
When I try to add an extra MySQL server, running on a different server, I always get an error that the user has no admin access. But the user I created does have admin access to the database.
The remote database is a MySQL 5.5 on a Linux Ubuntu 12.04 LTS server

STEPS TO REPRODUCE
Tools & Settings -> Database Servers -> Add Databases server

ACTUAL RESULT
Error: Test connection to the database server has failed because the supplied account does not possess administrative privileges: Access denied for user 'admin'@'%' to database 'd536cedf97037e'

EXPECTED RESULT
A working database connection.

ANY ADDITIONAL INFORMATION
These queries are logged by MySQL:

140509 16:54:51 28 Connectadmin@10.1.0.162 as anonymous on
28 QuerySELECT VERSION()
28 Querycreate database `BUG115166_1374110215536CEC3816DD2` /*!40101 default charset=utf8 */
28 Querycreate database `bug115166_1374110215536cec3816dd2` /*!40101 default charset=utf8 */
28 Queryinsert into mysql.user (Host, User, Password) values ('%', 'bug115166_17546', password('BUG115166_1374110215536CEC3816DD2'))
28 QueryFLUSH PRIVILEGES

[Code] .....

If I just ignore this message, go to a subscription and create a database, then the database gets created just fine. It's just Plesk that thinks that something went wrong.

View 2 Replies View Related

Plesk 11.x / Linux :: Adding Extra IP Addresses To Panel - FTP Query

Jun 2, 2014

I have just added some extra IP addresses to my plesk panel from 1&1

CentOS 5.6 (Final)
Panel version11.5.30 Update #45

I have changed a couple of domains to have their own IP address - one marked as shared, the other as dedicated.

I can not log in to either via FTP since changing to a new IP address, the DNS has been changed to reflect this change over and resolves correctly.

I have used the domain name, original IP address and new IP address as the host address with filezilla on windows and mac, and smart ftp on windows.

All accept the username and password, but then all of them timeout with ETIMEOUT error.

Existing domains on the original IP address log in fine via FTP.

View 2 Replies View Related

Plesk 12.x / Linux :: Adding New Mail Handler Before Queue For Spam?

Nov 24, 2014

It is posible add new mail handler before queue for spam? Example:

mail_handlers_control --add --priority=10 --executable=/usr/local/psa/handlers/hooks/spam --name=spam --enabled --queue=before-queue --type=recipient-domain --mailname=domain.com --context=text

I need for scan relay mail ....

View 1 Replies View Related

Plesk 12.x / Linux :: MySQL Remote - Adding External Resource?

Jun 15, 2015

I am looking to add a mysql external source to my plesk. So far no difficulty.

My question is if I remove the mysql server where the currently plesk. I have to say to the panel get the information (psa, roudcube, horde) on the remote mysql to invez mysql local server?

View 3 Replies View Related

Plesk 11.x / Linux :: When Using Move To Folder Option - Spamassassin Is Not Adding Headers

Jun 19, 2014

When I set up spamassassin to store spam in the spam folder of my mailbox, it doesn't add any X-Sapm headers nor tags the subject. All I found so far was an old thread where a plesk employee stated that it will be fixed in 'a' future version.

I am on 11.5.30 Update #47.

View 3 Replies View Related

Plesk 12.x / Linux :: 12 - Uncaught Exception When Adding / Changing Mail Addresses

Sep 19, 2014

Seems everythings is working normal when ignoring following error message, but everytime I add or change mail settings for a domain, I am getting this error:

Internal error.

ERROR:
Uncaught exception 'Zend_Log_Exception' with message '"/var/log/plesk/panel.log"
cannot be opened with mode "a"' in /usr/local/psa/admin/externals/Zend/Log/Writer/Stream.php:81
Stack trace: #0 /usr/local/psa/admin/plib/Plesk/Log.php(69): Zend_Log_Writer_Stream->__construct

[Code] .....

View 6 Replies View Related

Plesk 12.x / Linux :: Adding Multiple PHP Version / Error Reading Data From FastCGI Server

Jun 6, 2014

I'm trying to add multiple PHP version (current version installed: 5.5.13), using the official documentation. I always get 500 Internal Server Error after switching to the new version, with the following error_log content:

Code:
[Sat Jun 07 00:49:35 2014] [warn] [client XXX.XXX.XXX.XXX] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Sat Jun 07 00:49:35 2014] [error] [client XXX.XXX.XXX.XXX] Premature end of script headers: index.php
Here you can view phpinfo() obtained running php54-cgi index.php from the command line. Same script doesn't work as FastCGI.

I'm trying to add PHP 5.4.29. Here is how I compiled it:

Code:

./configure
--prefix=/usr/local/php54
--with-bz2
--with-config-file-path=/usr/local/php54/etc
--with-config-file-scan-dir=/usr/local/php54/etc/php.d
--with-curl

[code]....

Switching back to PHP 5.5.13 and the script works fine (a simple phpinfo() output).How can I try to understand/debug what's wrong with the installation?

View 5 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

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

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 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

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







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