Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

30.12. Set up PHPLib

To be able to run Webmail IMP on your Linux server; PHPLib, a toolkit development of Web applications for PHP developers software must be installed. To install PHPLib, follow the simple steps below:

These are the package(s)

PHPLib Homepage: https://phplib.netuse.de/index.php3, https://phplib.netuse.de/index.php3
You must be sure to download: phplib-7.2b.tar.gz

        [root@deep ] /# cp phplib-7.2b.tar.gz /home/httpd/
        [root@deep ] /# cd /home/httpd/
        [root@deep ] /httpd# tar xzpf phplib-7.2b.tar.gz
      

Move to your web server's DocumentRoot, and create a /home/httpd/php directory by executing the following commands:
        [root@deep ] /# cd /home/httpd/
        [root@deep ] /httpd# mkdir php
      

Copy the contents of the PHPLib distributions php directory into the php directory that you created in your DocumentRoot:
        [root@deep ] /# cd /home/httpd/phplib-7.2b/php/
        [root@deep ] /php# cp * /home/httpd/php/
        [root@deep ] /php# cd /home/httpd/
        [root@deep ] /httpd# rm -f phplib-7.2b.tar.gz
        [root@deep ] /httpd# rm -rf phplib-7.2b/
      

Important: We remove the tar archive and phplib-version directory of PHPLib once we are finished copying its php directory into the new php directory we created in our DocumentRoot.

 
 
  Published under the terms of the Open Publication License Design by Interspire