Jason Costomiris wrote:
>
> On Wed, Jan 19, 2000 at 09:49:57AM -0500, Rita Meng wrote:
> : Has anyone gotten mysql to work with php3 on red hat 6.1? I have tried
> : several different installs.
>
> http://www.jasons.org/modssl.phtml
>
> If you don't want SSL, only pay attention to the PHP and MySQL parts.
This is a wonderful resource, and I'm glad to hear you're back online.
Thanks for it.
I ran into some problems with "9. rpm -ba apache-mod_ssl.spec "
First I got:
[root@kramer SPECS]# rpm -ba apache-mod_ssl.spec
Executing: %prep
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf apache-mod_ssl_1.3.12.2.6.0
+ mkdir -p apache-mod_ssl_1.3.12.2.6.0
+ cd /usr/src/redhat/BUILD
+ cd apache-mod_ssl_1.3.12.2.6.0
/var/tmp/rpm-tmp.70237: apache-mod_ssl_1.3.12.2.6.0: No such file or
directory
Bad exit status from /var/tmp/rpm-tmp.70237 (%prep)
The directory was there, but had a ^M at the end of it. I renamed it
and reran, and it got past that point. But then:
...
-rw-r--r-- rse/mod_ssl 4586 2000-02-25 03:39:07
mod_ssl-2.6.0-1.3.12/pkg.sslmod/sslmod.patch
drwxr-xr-x rse/mod_ssl 0 1999-05-18 07:15:15
mod_ssl-2.6.0-1.3.12/pkg.sslsup/
-rwxr-xr-x rse/mod_ssl 36955 2000-02-24 05:56:17
mod_ssl-2.6.0-1.3.12/pkg.sslsup/mkcert.sh
-rw-r--r-- rse/mod_ssl 23058 2000-02-25 03:39:07
mod_ssl-2.6.0-1.3.12/pkg.sslsup/sslsup.patch
+ STATUS=0
+ [ 0 -ne 0 ]
++ /usr/bin/id -u
+ [ 0 = 0 ]
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ [ 0 = 0 ]
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,g-w,o-w .
+
: command not found153:
Bad exit status from /var/tmp/rpm-tmp.61153 (%prep)
I looked in the file, and there was another ^M and a blank line near
the end of it. I tried removing it, but the file must get recreated
each time.
I wish I knew more about this, but I've never dealt with source rpm's
before, let alone rebuilding them. Can anyone offer any advice?
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.