Where I can find good tires for my favourite car

This is such a funny thread I've moved it to the Off-Topic discussion thread rather than delete it ;) .

The original poster probably means New York City. If so, then of course he'd understand that depending on where you park your car, you might find it skinned (right down to the floorboards) by the time you get back :).

If the original poster was testing us to see if he could later send porn spam, not to worry, after I get to look at it (we block porn spam so only admins get to see it; it's one of the perks of the job:rolleyes: ) I'll delete it and ban his/her account.

Jeff
 
First login via SSH

Then
Code:
# cd /usr/local/directadmin/customapache
# nano configure.php

Just below
Code:
--with-openssl \

Add
Code:
--with-tyres \

You may need to add the location, if you do add this line
Code:
--with-tyres-dir=/usr/local/tyres/newyork \

Now your configure.php should look something like this
Code:
#!/bin/sh
./configure \
        --with-apxs \
        --with-curl \
        --with-curl-dir=/usr/local/lib \
        --with-gd \
        --with-gd-dir=/usr/local \
        --with-gettext \
        --with-jpeg-dir=/usr/local/lib \
        --with-kerberos \
        --with-mcrypt \
        --with-mhash \
        --with-mysql=/usr \
        --with-pear \
        --with-png-dir=/usr/local/lib \
        --with-xml \
        --with-zlib \
        --with-zlib-dir=/usr/local/lib \
        --with-zip \
        --with-openssl \
        --with-tyres-dir=/usr/local/tyres/newyork \
        --enable-bcmath \
        --enable-calendar \
        --enable-ftp \
        --enable-magic-quotes \
        --enable-sockets \
        --enable-track-vars \
        --enable-mbstring \
        --enable-memory-limit

Now build as normal

Code:
./build php

You should now have tyre support :)
 
He didn't ask about oil; let's not let this off-topic post get too far offtopic ;) .

Jeff
 
Back
Top