Hi,

How come this works on ML8.2 with apache-mod_perl from Cooker:

# (cb) 02.02.04 structure DBM is not in db1/db.h, but in db1/ndbm.h
cd $RPM_BUILD_DIR/apache-mod_perl_%{apache_version}/src/modules/standard
perl -pi -ple 's|<db.h>|<db1/ndbm.h>|;' mod_rewrite.h
cd -

But this doesn't:

# (cb) 02.02.04 structure DBM is not in db1/db.h, but in db1/ndbm.h
cd $RPM_BUILD_DIR/apache-mod_perl_%{apache_version}/src/modules/standard
perl -pi -ple 's|<db.h>|<ndbm.h>|;' mod_rewrite.h
cd -

???

The second one is taken straight from the Cooker spec file.

I want to use newest stuff for a local update.

-- 
Regards // Oden Eriksson

Reply via email to