error while loading shared libraries: libmysqlclient.so.16

error while loading shared libraries: libmysqlclient.so.16

On installing postfix from source, when running the make install command I get an error bin/postconf: error while loading shared

myisamchk: Argument list too long

myisamchk: Argument list too long

When repairing a large database, i got following error [root@server root]# myisamchk –silent –force –fast –update-state \ –key_buffer_size=64M –sort_buffer_size=64M \

bind lighttpd to one ip address

bind lighttpd to one ip address

I want to bind lighttpd on IP address 76.76.18.20, so i can use other IP’s for Apache, Apache have “Listen”

configure: error: XML configuration could not be found

configure: error: XML configuration could not be found

When i install php from source, i get the error Running FastCGI Process Manager checks checking for php-fpm config file

configure: error: Please reinstall the libcurl distribution

configure: error: Please reinstall the libcurl distribution

When compiling php from source for nginx web server, i get error checking for cURL support… yes checking if we

Auto restart lighttpd on crash

Auto restart lighttpd on crash

To restart lighttpd if it went down or crashed, create a file check_lighttpd.sh mkdir /usr/serverok vi /usr/serverok/check_lighttpd.sh With the following

install postfix from source code

install postfix from source code

Requirements yum -y install db4 db4-devel Create user groupadd postfix -g 1000 useradd postfix -u 1000 -g 1000 groupadd postdrop

configure: error: No curses/termcap library found

configure: error: No curses/termcap library found

On installing MySQL from source, i get error checking for tgetent in -lncurses… no checking for tgetent in -lcurses… no

Lynx

Lynx

lynx is a text based browser for Linux and FreeBSD http://lynx.isc.org Install lynx on CentOS/RHEL/Oracle Linux yum install lynx Install