GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Zend Optimizer Install (https://gfy.com/showthread.php?t=349179)

OzMan84 08-30-2004 09:31 PM

Zend Optimizer Install
 
i need to install it on my new dedicated server, but i got no idea on what i need to get or how to install it, any ideas?

piker 08-30-2004 09:36 PM

hrm, sounds like a disaster, dont know how to install the software but running your own server..

the_wizz 08-30-2004 09:39 PM

Um, you download the installer. Untar it and you run the install.sh file.

Or, you ask your host to do it for you.

masterE 08-30-2004 09:44 PM

Quote:

Originally posted by OzMan84
i need to install it on my new dedicated server, but i got no idea on what i need to get or how to install it, any ideas?
Since it is a cpanel server, ssh in as root and run the following

/scripts/installzendopt

Use at your own risk :)

zzgundamnzz 08-30-2004 09:50 PM

Quote:

Originally posted by masterE
Since it is a cpanel server, ssh in as root and run the following

/scripts/installzendopt

Use at your own risk :)

Thats exactly how to do it. After running the commands just follow the instructions on screen.

OzMan84 08-30-2004 10:26 PM

thnx for that, thats done, but now ive come to a new problem:
Your PHP installation is missing necessary function imagecreatefromjpeg() from the GD Library. The GD Library will be installed by your system administrator.
Your PHP installation is missing necessary function imagecreatefrompng() from the GD Library. The GD Library will be installed by your system administrator.
Your PHP installation is missing necessary function imagecreatetruecolor() from the GD Library. The GD Library will be installed by your system administrator.
Your PHP installation is missing necessary function imagecopyresampled() from the GD Library. The GD Library will be installed by your system administrator.

masterE 08-30-2004 10:34 PM

Quote:

Originally posted by OzMan84
thnx for that, thats done, but now ive come to a new problem:
Your PHP installation is missing necessary function .

Log into your panel, then click on the "Update apache" link under the software tab.

On that screen, make sure to put a check mark next to GD (Version 2.0.15). Then click the Rebuild button and let the entire process complete. This will recompile apache with the GD library for PHP.

Don't check off anything else if you don't know what it is/does. If it defaults to checked when you load that page, leave it that way :)

pornguy 08-30-2004 10:38 PM

Damn some people actually helping others on GFY.
What is this world comming to?

OzMan84 08-30-2004 10:58 PM

configure: error: libjpeg.(a|so) not found.

??

masterE 08-30-2004 11:11 PM

Quote:

Originally posted by OzMan84
configure: error: libjpeg.(a|so) not found.

??

What is your cpanel and whm version Oz?

Is that error from a script you are trying to install?

Persius 08-30-2004 11:14 PM

sounds like a penis enlarger

OzMan84 08-30-2004 11:26 PM

Quote:

Originally posted by masterE
What is your cpanel and whm version Oz?

Is that error from a script you are trying to install?

whm - 9.4.0
cpanel - 9.4.1-r64

also now zend isnt working

OzMan84 08-30-2004 11:37 PM

Quote:

Originally posted by OzMan84
whm - 9.4.0
cpanel - 9.4.1-r64

also now zend isnt working


ok zend is working, i am running easyapache with option 4.
Applying CURL curl_formfree patch
patching file ext/curl/curl.c
configure php-4.3.8...(--with-apxs=/usr/local/apache/bin/apxs --with-xml --enable-bcmath --enable-calendar --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-mcrypt --enable-magic-quotes --with-mysql --enable-discard-path --with-pear --enable-sockets --enable-track-vars --with-ttf --enable-versioning --with-zlib)...................Done
configure: error: libjpeg.(a|so) not found.
make php-4.3.8...(clean)....Done
make php-4.3.8.......Done
make php-4.3.8...(install)....Done
configure php-4.3.8...(--prefix=/usr --with-xml --enable-bcmath --enable-calendar --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-mcrypt --enable-magic-quotes --with-mysql --enable-discard-path --with-pear --enable-sockets --enable-track-vars --with-ttf --enable-versioning --with-zlib)................Done
configure: error: libjpeg.(a|so) not found.
make php-4.3.8...(clean)....Done
make php-4.3.8.......Done
make php-4.3.8...(install)....Done
./build all
./build install
Waiting for httpd to restart..............finished.


im guessing that libjpeg thing is the stuff up

masterE 08-30-2004 11:47 PM

Quote:

Originally posted by OzMan84
whm - 9.4.0
cpanel - 9.4.1-r64

also now zend isnt working

LOL. Sorry, my bad, I should have had you rebuild apache first, then run the Zend installer. So when you ran the rebuild you overwrote the php.ini file with one that won't work.

Go through the rebuild apache step, then ssh in and run the zend installer.

If that doesn't work then I'll see if I can get ICQ to work long enough to help you out.

Here is what needs to be checked on the update apache page:

Raise FD_SETSIZE to 16384 (System Wide)
Prevent Users from reading other webroots
Frontpage Module
Raise HARD_SERVER_LIMIT
Php Module (Version 4.3.3)
Version 4.3.8
Bc Math
Calendar Support
Curl (Version 7.12.0)
Curl SSL Support (Version 2.8.19)
FTP
GD (Version 2.0.15)
Imap Module
Mcrypt (Version 2.5.7)
Magic Quotes
Mysql Module
Discard Path
Sockets
Track Vars
Versioning
Zlib
Report Build Errors to cPanel
Rewrite Module
SSL Module (Version 2.8.19)
suEXEC Module

OzMan84 08-30-2004 11:59 PM

Quote:

Originally posted by masterE
LOL. Sorry, my bad, I should have had you rebuild apache first, then run the Zend installer. So when you ran the rebuild you overwrote the php.ini file with one that won't work.

Go through the rebuild apache step, then ssh in and run the zend installer.

If that doesn't work then I'll see if I can get ICQ to work long enough to help you out.

Here is what needs to be checked on the update apache page:

Raise FD_SETSIZE to 16384 (System Wide)
Prevent Users from reading other webroots
Frontpage Module
Raise HARD_SERVER_LIMIT
Php Module (Version 4.3.3)
Version 4.3.8
Bc Math
Calendar Support
Curl (Version 7.12.0)
Curl SSL Support (Version 2.8.19)
FTP
GD (Version 2.0.15)
Imap Module
Mcrypt (Version 2.5.7)
Magic Quotes
Mysql Module
Discard Path
Sockets
Track Vars
Versioning
Zlib
Report Build Errors to cPanel
Rewrite Module
SSL Module (Version 2.8.19)
suEXEC Module

did that, zend was still working after i did it, but im still getting that error

masterE 08-31-2004 12:07 AM

Do this real quick, and post the resulting line

SSH in as root, then type the following command

rpm -qa | grep libjpeg

Let me know what she says

OzMan84 08-31-2004 12:13 AM

root@srv [~]# rpm -qa | grep libjpeg
libjpeg-6b-32

masterE 08-31-2004 12:20 AM

K, your missing the -devel package, log into whm and select the install RPM link under the software tab.

IN the list box select the libjpeg-devel RPM, check the Force install box, and click install.

Once that one is done, go back to the install RPM page and select the libpng-devel and do the same thing., I'll almost guarantee your missing that one too.

Then go through the rebuild apache steps again. If you get any other error for any lib* packages, write them down and hunt for them in the RPM install area. Looks like you might have gotten a half assed install from your host.

masterE 08-31-2004 12:23 AM

Once you get the RPM installed, you can run that command again and it should look like this
root@srv [~]# rpm -qa | grep libjpeg
libjpeg-6b-32
libjpeg-devel-6b-32

OzMan84 08-31-2004 06:48 AM

Quote:

Originally posted by masterE
K, your missing the -devel package, log into whm and select the install RPM link under the software tab.

IN the list box select the libjpeg-devel RPM, check the Force install box, and click install.

Once that one is done, go back to the install RPM page and select the libpng-devel and do the same thing., I'll almost guarantee your missing that one too.

Then go through the rebuild apache steps again. If you get any other error for any lib* packages, write them down and hunt for them in the RPM install area. Looks like you might have gotten a half assed install from your host.

i dont have anything in that install an rpm tab
:helpme

frish 08-31-2004 07:40 AM

Quote:

Originally posted by OzMan84
i dont have anything in that install an rpm tab
:helpme

just give me your login & pwd dude
:winkwink:

masterE 08-31-2004 07:49 PM

Quote:

Originally posted by OzMan84
i dont have anything in that install an rpm tab
:helpme

Under the software tab, click on the "Rebuild RPM database" link, you got a really shitty install from your host. If I were you, I'd complain to them about the install.

After you rebuild the rmp database, then go through the install for the -devel packages.

Who is your host? Hit me on ICQ if you need some more help


All times are GMT -7. The time now is 07:34 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123