Known configure errors with php

1. Configure: error: Please reinstall the BZip2 distribution # yum install bzip2-devel 2. Configure: error: DBA: Could not find necessary header file(s). # yum install gdbm-devel # yum install db4-devel 3. Configure: error: libjpeg.(a|so) not found. # yum install libjpeg-devel 4. Configure: error: libpng.(a|so) not found. # yum install libpng-devel 5. Configure: error: freetype.h not … Read more

Deleting and Re-creating email for a domain in plesk

Let’s say that you need to delete a plesk domain with email and recreate it. 1. Recording the email addresses and passwords (over ssh you can use the command /usr/local/psa/admin/bin/mail_auth_view to show addresses and passwords) 2. Making a copy or renaming of the folder /var/qmail/mailnames/domain.com to something like /var/qmail/mailnames/domain.com.BAK 3. Deletion of the Alias and … Read more

Adding Additional IP Addresses CentOS

ssh to the server If the main adapter is called “eth0” you have to call the next (virtual) adapter in a sequential order like so: ifcfg-eth0 (primary adapter, physical) ifcfg-eth0:1 (first virtual adapter to the physical primary adapter) ifcfg-eth0:2 (second virtual adapter to the physical primary adapter) Copy our primary adapter configuration file and name … Read more

AB Tool for Benchmark

http://httpd.apache.org/docs/2.2/programs/ab.html http://www.cyberciti.biz/tips/howto-performance-benchmarks-a-web-server.html -n 10000: ab will send 1000 number of requests to server 202.54.200.1 in order to perform for the benchmarking session -c 50 : 50 is concurrency number i.e. ab will send 50 number of multiple requests to perform at a time to server 202.54.200.1 Login to Linux/bsd desktop computer and type following command: … Read more

CentOS IPv6 Network Configuration

You need to configure following files for IPv6 configuration: — /etc/sysconfig/network : Turn on networking in this file. — /etc/sysconfig/network-scripts/ifcfg-eth0 : Set default IPv6 router IP and server IP address in this file. Open /etc/sysconfig/network file: Add to the following line: Open /etc/sysconfig/network-scripts/ifcfg-eth0 (1st network config file) Save and close the file. Restart networking: Verify … Read more

Outlook or Mail AAAA Error

Trying to send email to an outlook.com account and getting this failure. : Host or domain name not found. Name service error for name=outlook.com type=AAAA: Host not found Currently Microsoft doesn’t support IPv6 for hotmail.com, live.com or outlook.com. Postfix by default if IPv6 is enabled will attempt a IPv6 DNS lookup, the AAAA record, this … Read more

PHP Session write error

php Sessions write error suddenly on website http://kb.parallels.com/en/115704 Step 1 cd /var/lib/php/ [root@austin php]# ls -la total 12 drwxr-xr-x 3 root root 4096 Apr 9 19:54 . drwxr-xr-x 37 root root 4096 Apr 24 23:41 .. drwx-wx-wt 2 apache apache 4096 Aug 5 20:01 session Change the permissions and ownership chmod 1733 /var/lib/php/session chown root:root … Read more

Install Liveperson

Open the Ubuntu Software center http://www.liveperson.com Linux http://solutions.liveperson.com/agent-console/launch/lpac_frame.html Windows http://agent.liveperson.net/LPAC/INSTALLER/GA/LPAC_WIN.exe Mac http://agent.liveperson.net/LPAC/INSTALLER/GAEA/LPAC_OSX.dmg (Complete the form with your login credentials & Log in) My Liveperson Agent Console Download cd ~/Downloads javaws LPAC-GA.jnlp