Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 14 of 14
  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2002
    Posts
    52

    Default new buildapache.sea issues!! Zend compatability?

    Here's the error:

    Zend Optimizer requires Zend Engine API version 20020429.
    The Zend Engine API version 20021010 which is installed, is newer. Contact
    Zend Technologies at http://www.zend.com/ for a later version of Zend
    Optimizer.


    This is after a buildapache.sea run. I don't see Zend support in any of the /script/Zend* files -- 4.2.3 and below -- the latest zend release at zend.com has 4.3 support -- is this a known issue here?

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2002
    Posts
    52

    Default

    also wanted to mention this is noted from execution of the php binary via cron or cli.

    The apache module appears to be running fine.

  3. #3
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Mar 2002
    Posts
    52

    Default

    pulling the library otu of the latest zend release at zend.com and manually overwriting the latest zend library cpanel has available resolved the problem.

    I would recommend resolving this at the cpanel level because I would expect others to have similar issues.

  4. #4
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Feb 2002
    Location
    Pula, Croatia
    Posts
    196
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default Upgrade went fine, but i still have php 4.2.3

    On the end of build, script says:

    Installing PHP SAPI module
    cp: cannot stat `sapi/cgi/php': No such file or directory
    make: *** [install-sapi] Error 1
    13044

    Restart went fine, apache is stable, but cpanel and phpinfo() says that i still have php 4.2.3 :-(
    I used custom instalation, and pick gd, freetype, curl, curlSSL, mcrypt, flash, ming, imap, everything work as should, but still no php 4.3.0, what's wrong?

  5. #5
    Member
    Join Date
    Aug 2002
    Posts
    170

    Default

    Can someone please tell me how to get an older version of buildapache.sea

    ALL my CGI scripts stopped working after installing this
    Nothing works that i have tried, to fix it!!
    I tried reinstalling cpanel aswell, as well as upgrading, downgrading...
    Its just screwed

    Not even cpanels own cgi scripts will work
    nothing .cgi works!

    In the error log it just says premature end of script headers

    I think its to do with suExec but i dont know how to fix it or uninstall suExec??
    Host Ultra
    Quality Affordable Web Hosting

  6. #6
    Member
    Join Date
    Sep 2002
    Location
    US
    Posts
    101

    Default

    Hi,

    I have rebuilt Apache using the easyapache script as of yesterday with no major issues or errors. However, I do get the PHP 4.2.3 version when using phpinfo(), but when I look at WHM -& Server Status -& Apache Status I get version 4.3.0.

    Pretty strange... How do I know which version I'm running and if I need 4.3.0, how can I replace 4.2.3 with it?

    Many thanks in advance.

    elenlace.com - Mexico

  7. #7
    Member
    Join Date
    Dec 2001
    Posts
    31

    Default

    [quote:77394d23d4][i:77394d23d4]Originally posted by gemby[/i:77394d23d4]

    On the end of build, script says:

    Installing PHP SAPI module
    cp: cannot stat `sapi/cgi/php': No such file or directory
    make: *** [install-sapi] Error 1
    13044

    Restart went fine, apache is stable, but cpanel and phpinfo() says that i still have php 4.2.3 :-(
    I used custom instalation, and pick gd, freetype, curl, curlSSL, mcrypt, flash, ming, imap, everything work as should, but still no php 4.3.0, what's wrong?[/quote:77394d23d4]

    i am experiencing the exact same problem.
    latest buildapache refuses to install 4.3.0.
    ...any info on that error?

  8. #8
    Member
    Join Date
    Dec 2001
    Posts
    31

    Default

    ok,
    so you mean to run ./buildapache/buildapache, then install the Zend 2.1.0 and afterwards run ./buildapache/buildscript ?

    Well,
    i installed it on several machines successfully as well recently and haven't had problems with it in months, but on this machine it seems to be totally messed up, because it refuses to compile with any but a few exceptions in the php module section (php 4.2.3.) and won't compile at all with php 4.3.0.

  9. #9
    Member
    Join Date
    Apr 2002
    Posts
    54

    Default

    Maybe you could give us some example error messages?

    [quote:3d34056074][i:3d34056074]Originally posted by DuncanMcLord[/i:3d34056074]

    ok,
    so you mean to run ./buildapache/buildapache, then install the Zend 2.1.0 and afterwards run ./buildapache/buildscript ?

    Well,
    i installed it on several machines successfully as well recently and haven't had problems with it in months, but on this machine it seems to be totally messed up, because it refuses to compile with any but a few exceptions in the php module section (php 4.2.3.) and won't compile at all with php 4.3.0.
    [/quote:3d34056074]

  10. #10
    Member
    Join Date
    Dec 2001
    Posts
    31

    Default

    sure:

    this comes up with php 4.3.0. (no matter which config settings):

    Installing PHP SAPI module
    cp: cannot stat `sapi/cgi/php': No such file or directory
    make: *** [install-sapi] Error 1
    13044

    php 4.2.3. only works without GD & imap, once you try either of them it results in a file not found error in the modules dirs. (i don't have the exact messages, though)

  11. #11
    Member
    Join Date
    Jun 2002
    Posts
    156

    Default

    Guys on this subject what causes this

    Warning: setlocale() [function.setlocale]: Passing locale category name as string is deprecated. Use the LC_* -constants instead.

    I ran the php update and managed to get version 4.3 with this configuration:

    './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-xml' '--enable-bcmath' '--enable-calendar' '--with-curl' '--with-swf=/usr/local/flash' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-imap' '--with-imap-ssl' '--with-kerberos' '--with-mcrypt' '--with-ming=../ming-0.2a' '--enable-magic-quotes' '--with-mysql' '--with-pear' '--enable-sockets' '--enable-track-vars' '--enable-versioning' '--with-zlib'


    thankyou for any assistance.

  12. #12
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Aug 2001
    Posts
    445

    Default

    For your setlocale error, remove the double quotes from around the different instances of "LC_TIME" on the lines/files mentioned. That's a nuke problem we saw when we moved to 4.3.0. Getting Zend optimizer 2.1.0 working with php 4.3.0 hasn't been anything remotely approaching a success for us - we had to drop back to 2.0.3.
    Annette
    Hosting Matters, Inc.
    http://www.hostmatters.com

  13. #13
    Member
    Join Date
    Jun 2002
    Posts
    156

    Default

    Annette

    there you go, put my post in with guys and thought at the time how lazy I was not addressing the forum as people or guys/girls

    sorry.

    thanks for the info, yes indeed its an error on a phpnuke site we run.

    ok, so clients need to edit their code or we revert back to version 2.0.3

    thankyou.

  14. #14
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Aug 2001
    Posts
    445

    Default

    Don't worry about it. I address everyone as "guys", too.
    Annette
    Hosting Matters, Inc.
    http://www.hostmatters.com

Similar Threads & Tags
Similar threads

  1. buildapache.sea HELP!!
    By TioChaharbaghi in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 04-23-2003, 12:27 PM
  2. Issues after buildapache.sea
    By portman in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 03-15-2003, 07:55 PM
  3. buildapache.sea ?
    By NetGeek in forum cPanel and WHM Discussions
    Replies: 8
    Last Post: 02-22-2003, 08:29 PM
  4. Buildapache.sea
    By E3000 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 11-23-2002, 11:16 AM
  5. new buildapache.sea
    By HOSTFORWEB in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 03-02-2002, 01:36 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube