On 04-Apr-01 Emiliano wrote:
> Emiliano wrote:
> 
>> I've compiled everything with the same setting and I can access
>> everything. My info:
> 
> Just to make sure: you didn't accidently configure php4 without
> using --with-apxs?
Nope. That my "script" to compile all new from scratch:
------------ snip -----
# Midgard-Lib
# ~~~~~~~~~~~~~~~~
(cd midgard-lib-1.4.1
make clean
rm config.cache
./configure --with-mysql=/usr --with-sitegroups --with-expat
--with-repligard-owner
make
make install
)

# Midgard-data
# ~~~~~~~~~~~~
( cd midgard-data-1.4.1
make clean
rm config.cache
./configure --with-db-user=midgard --with-db-user-password=xxxxx
--with-host=hvwn --with-blobdir=/home/midgard/blob --with-php=4
make
)
# Mod_Midgard
# ~~~~~~~~~~~
( cd mod_midgard-1.4.1
make clean
rm config.cache
./configure --with-apxs --with-mysql=/usr
make
make install
)

# PHP4
# ~~~~~~~~~~~
( cd ../../php-4.0.4pl1
make clean
rm config.cache
./configure --with-mysql=/usr --with-apxs
make
make install
)

# MOD_MIDGARD_PHP
# ~~~~~~~~~~~~~~
(cd midgard-php4-1.4.1
./mkall
)
------- snap ----

ralf

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to