Results 1 to 7 of 7
  1. #1

    apache 2.0.54 compile

    Hey,

    i just got another dedicated server and it came with FC4 installed, with apache, php, etc... but when i look in the apache compile arguments it shows '--without-mysql' and '--without-gd', which are 2 things i need... how would i go about reconfiguring apache with these options as opposites?

  2. #2
    Join Date
    Sep 2005
    Location
    San Jose, California
    Posts
    20
    change the --without's to --with's



    '--with-mysql' and '--with-gd'

    Regards,

  3. #3
    sorry for not explaining, yeah i knew that lol... i meant where can i run the ./configure ?

  4. #4
    Join Date
    Mar 2003
    Location
    California USA
    Posts
    13,681
    download the php source from php.net
    Steven Ciaburri | Industry's Best Server Management - Rack911.com
    Software Auditing - 400+ Vulnerabilities Found - Quote @ https://www.RACK911Labs.com
    Fully Managed Dedicated Servers (Las Vegas, New York City, & Amsterdam) (AS62710)
    FreeBSD & Linux Server Management, Security Auditing, Server Optimization, PCI Compliance

  5. #5
    ok, so im guessing from that i need to recompile it from scratch. when FC4 was installed it was an rpm obviously, so i thought ill remove it first... but how can i get round these...

    Code:
    [root@glooki4 ~]# rpm -e php
    error: Failed dependencies:
            php = 5.0.4-10.4 is needed by (installed) php-ldap-5.0.4-10.4.i386
            php = 5.0.4-10.4 is needed by (installed) php-pear-5.0.4-10.4.i386
            php = 5.0.4-10.4 is needed by (installed) php-gd-5.0.4-10.4.i386
    EDIT: do i have to remove those aswell, recompile, then install those again?

  6. #6
    Join Date
    Mar 2003
    Location
    California USA
    Posts
    13,681
    rpm -e `rpm -qa | grep php`
    Steven Ciaburri | Industry's Best Server Management - Rack911.com
    Software Auditing - 400+ Vulnerabilities Found - Quote @ https://www.RACK911Labs.com
    Fully Managed Dedicated Servers (Las Vegas, New York City, & Amsterdam) (AS62710)
    FreeBSD & Linux Server Management, Security Auditing, Server Optimization, PCI Compliance

  7. #7
    Join Date
    Dec 2002
    Location
    California
    Posts
    2,005
    Just a word of advice...if you're asking for basic, technical support questions, it isn't a good idea to keep your web hosting business in your signature....
    I wish all my traffic went through AS174.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •