RE: Apache 2.0.50 port is busted

2004-08-02 Thread Jeffrey Wheat
I have it working thanks to the port maintainer... Basically
it builds and installs fine. Those error messages are a part
of libtool and can be ignored. Now I wonder why that isn't 
just patched like so many other ports are to eliminate those
messages since .la are not used to avoid people asking or posting
about that problem.

Jeff 

 -Original Message-
 From: Alexander Liebau [mailto:[EMAIL PROTECTED] 
 Sent: Friday, July 30, 2004 6:39 PM
 To: Josh Paetzel
 Cc: Jeffrey Wheat; [EMAIL PROTECTED]
 Subject: AW: Apache 2.0.50 port is busted
 
 but why do some ppl have problems compiling apache on a fresh 
 install? kinda weird isnt it?
 
 -Ursprungliche Nachricht-
 Von: Josh Paetzel [mailto:[EMAIL PROTECTED]
 Gesendet: Samstag, 31. Juli 2004 00:33
 An: Alexander Liebau
 Cc: Jeffrey Wheat; [EMAIL PROTECTED]
 Betreff: Re: Apache 2.0.50 port is busted
 
 
 On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote:
  i had the same problem, asked the same questions and noone 
 was able to
 help
  :/
 
  -Ursprungliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Auftrag von Jeffrey 
  Wheat
  Gesendet: Freitag, 30. Juli 2004 23:31
  An: [EMAIL PROTECTED]
  Betreff: Apache 2.0.50 port is busted
 
 
  Has anyone else attempted to build the apache-2.0.50 port 
 from cvs'd 
  port tree a couple hours ago? I am trying to build this on a 5.2.1 
  (i386) box and it looks like the libtool bug is as present as ever:
 
 
 ===   Compressing manual pages for apache-2.0.50
 ===   Registering installation for apache-2.0.50
 
 
 Josh Paetzel
 
 
 
 
 !DSPAM:410ace3e771204662273925!
 
 
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


AW: Apache 2.0.50 port is busted

2004-08-02 Thread Alexander Liebau
well for me those errors cant be ignored because it doesnt install all the
.so-files (due to these errors). apache wont start unless i comment out ALL
.so in the config-file :(

-Ursprungliche Nachricht-
Von: Jeffrey Wheat [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 2. August 2004 15:14
An: Alexander Liebau; Josh Paetzel
Cc: [EMAIL PROTECTED]
Betreff: RE: Apache 2.0.50 port is busted


I have it working thanks to the port maintainer... Basically
it builds and installs fine. Those error messages are a part
of libtool and can be ignored. Now I wonder why that isn't
just patched like so many other ports are to eliminate those
messages since .la are not used to avoid people asking or posting
about that problem.

Jeff

 -Original Message-
 From: Alexander Liebau [mailto:[EMAIL PROTECTED]
 Sent: Friday, July 30, 2004 6:39 PM
 To: Josh Paetzel
 Cc: Jeffrey Wheat; [EMAIL PROTECTED]
 Subject: AW: Apache 2.0.50 port is busted

 but why do some ppl have problems compiling apache on a fresh
 install? kinda weird isnt it?

 -Ursprungliche Nachricht-
 Von: Josh Paetzel [mailto:[EMAIL PROTECTED]
 Gesendet: Samstag, 31. Juli 2004 00:33
 An: Alexander Liebau
 Cc: Jeffrey Wheat; [EMAIL PROTECTED]
 Betreff: Re: Apache 2.0.50 port is busted


 On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote:
  i had the same problem, asked the same questions and noone
 was able to
 help
  :/
 
  -Ursprungliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Auftrag von Jeffrey
  Wheat
  Gesendet: Freitag, 30. Juli 2004 23:31
  An: [EMAIL PROTECTED]
  Betreff: Apache 2.0.50 port is busted
 
 
  Has anyone else attempted to build the apache-2.0.50 port
 from cvs'd
  port tree a couple hours ago? I am trying to build this on a 5.2.1
  (i386) box and it looks like the libtool bug is as present as ever:
 

 ===   Compressing manual pages for apache-2.0.50
 ===   Registering installation for apache-2.0.50


 Josh Paetzel




 !DSPAM:410ace3e771204662273925!






___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Apache 2.0.50 port is busted

2004-07-30 Thread Jeffrey Wheat
Has anyone else attempted to build the apache-2.0.50 port
from cvs'd port tree a couple hours ago? I am trying to 
build this on a 5.2.1 (i386) box and it looks like the 
libtool bug is as present as ever:

grep: /usr/local/libexec/apache2/mod_dir.la: No such file or directory
grep: /usr/local/libexec/apache2/mod_dir.la: No such file or directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_dir.la.
Assuming installing a .so rather than a libtool archive.
/usr/ports/www/apache2/work/httpd-2.0.50/srclib/apr/libtool --silent
--mode=install cp mod_imap.la /usr/local/libexec/apache2/
grep: /usr/local/libexec/apache2/mod_imap.la: No such file or directory
grep: /usr/local/libexec/apache2/mod_imap.la: No such file or directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_imap.la.
Assuming installing a .so rather than a libtool archive.
/usr/ports/www/apache2/work/httpd-2.0.50/srclib/apr/libtool --silent
--mode=install cp mod_actions.la /usr/local/libexec/apache2/
grep: /usr/local/libexec/apache2/mod_actions.la: No such file or
directory
grep: /usr/local/libexec/apache2/mod_actions.la: No such file or
directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_actions.la.
Assuming installing a .so rather than a libtool archive.

This happens for every module during the build. This server is a fresh
install (today). I tried this yesterday with a fresh install and had 
the same results. The 2.0.48 port will build and install correctly
though.

If anyone knows why this is happening, I would appreciate an email as I 
had to unsubscribe from the lists due to too much other email already.

Thanks!
Jeffrey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


AW: Apache 2.0.50 port is busted

2004-07-30 Thread Alexander Liebau
i had the same problem, asked the same questions and noone was able to help
:/

-Ursprungliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Jeffrey Wheat
Gesendet: Freitag, 30. Juli 2004 23:31
An: [EMAIL PROTECTED]
Betreff: Apache 2.0.50 port is busted


Has anyone else attempted to build the apache-2.0.50 port
from cvs'd port tree a couple hours ago? I am trying to
build this on a 5.2.1 (i386) box and it looks like the
libtool bug is as present as ever:

grep: /usr/local/libexec/apache2/mod_dir.la: No such file or directory
grep: /usr/local/libexec/apache2/mod_dir.la: No such file or directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_dir.la.
Assuming installing a .so rather than a libtool archive.
/usr/ports/www/apache2/work/httpd-2.0.50/srclib/apr/libtool --silent
--mode=install cp mod_imap.la /usr/local/libexec/apache2/
grep: /usr/local/libexec/apache2/mod_imap.la: No such file or directory
grep: /usr/local/libexec/apache2/mod_imap.la: No such file or directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_imap.la.
Assuming installing a .so rather than a libtool archive.
/usr/ports/www/apache2/work/httpd-2.0.50/srclib/apr/libtool --silent
--mode=install cp mod_actions.la /usr/local/libexec/apache2/
grep: /usr/local/libexec/apache2/mod_actions.la: No such file or
directory
grep: /usr/local/libexec/apache2/mod_actions.la: No such file or
directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_actions.la.
Assuming installing a .so rather than a libtool archive.

This happens for every module during the build. This server is a fresh
install (today). I tried this yesterday with a fresh install and had
the same results. The 2.0.48 port will build and install correctly
though.

If anyone knows why this is happening, I would appreciate an email as I
had to unsubscribe from the lists due to too much other email already.

Thanks!
Jeffrey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache 2.0.50 port is busted

2004-07-30 Thread Josh Paetzel
On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote:
 i had the same problem, asked the same questions and noone was able to help
 :/
 
 -Ursprungliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Auftrag von Jeffrey Wheat
 Gesendet: Freitag, 30. Juli 2004 23:31
 An: [EMAIL PROTECTED]
 Betreff: Apache 2.0.50 port is busted
 
 
 Has anyone else attempted to build the apache-2.0.50 port
 from cvs'd port tree a couple hours ago? I am trying to
 build this on a 5.2.1 (i386) box and it looks like the
 libtool bug is as present as ever:
 

===   Compressing manual pages for apache-2.0.50
===   Registering installation for apache-2.0.50


Josh Paetzel
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


AW: Apache 2.0.50 port is busted

2004-07-30 Thread Alexander Liebau
but why do some ppl have problems compiling apache on a fresh install? kinda
weird isnt it?

-Ursprungliche Nachricht-
Von: Josh Paetzel [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 31. Juli 2004 00:33
An: Alexander Liebau
Cc: Jeffrey Wheat; [EMAIL PROTECTED]
Betreff: Re: Apache 2.0.50 port is busted


On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote:
 i had the same problem, asked the same questions and noone was able to
help
 :/

 -Ursprungliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Auftrag von Jeffrey Wheat
 Gesendet: Freitag, 30. Juli 2004 23:31
 An: [EMAIL PROTECTED]
 Betreff: Apache 2.0.50 port is busted


 Has anyone else attempted to build the apache-2.0.50 port
 from cvs'd port tree a couple hours ago? I am trying to
 build this on a 5.2.1 (i386) box and it looks like the
 libtool bug is as present as ever:


===   Compressing manual pages for apache-2.0.50
===   Registering installation for apache-2.0.50


Josh Paetzel



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache 2.0.50 port is busted

2004-07-30 Thread Jorn Argelo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 31 July 2004 00:32, Josh Paetzel wrote:
 On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote:
  i had the same problem, asked the same questions and noone was able to
  help
 
  :/
 
  -Ursprungliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Auftrag von Jeffrey Wheat
  Gesendet: Freitag, 30. Juli 2004 23:31
  An: [EMAIL PROTECTED]
  Betreff: Apache 2.0.50 port is busted
 
 
  Has anyone else attempted to build the apache-2.0.50 port
  from cvs'd port tree a couple hours ago? I am trying to
  build this on a 5.2.1 (i386) box and it looks like the
  libtool bug is as present as ever:

I just upgraded from 2.0.49 and it worked just fine. (using portupgrade) It 
even upgraded PHP to 4.3.8 for me :-) So I guess the problem lies with your 
machine rather then the port.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBCtN4s2lBCry7iusRAloEAJ9TeeLY58jh6eMmy2y3cqdhCfNfQgCeJdku
QMo9AJmOsdP0qhbxJW3o2KM=
=RjD9
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]