php-install Digest 16 Oct 2001 17:19:13 -0000 Issue 508
Topics (messages 4631 through 4632):
Building php on OSX 10.1
4631 by: Steve Cayford
help with --with-apxs please!
4632 by: Shaun
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
There's a new article on stepwise (http://www.stepwise.com) with
directions on building Apache with PHP on OSX 10.1. I haven't tried it
yet though.
-Steve
On Monday, October 15, 2001, at 10:45 PM, Brian Mita wrote:
> Have you found a solution to this yet? A friend of mine is trying to
> compile php as well, but he received the exact same error. Others on
> OS X
> 10.1 report that this is merely an issue when using the old developer
> tools,
> but he has installed the new one's and still gets the same error.
>
>
>
> Thanks in advance
>
> Brian
>
>
> in article [EMAIL PROTECTED], Ralph
> Brown at
> [EMAIL PROTECTED] wrote on 10/9/01 7:27 PM:
>
>> While trying to "make" PHP on MAC OS X 10.1, i am getting the following
>> errors"
>>
>>
>> /Users/lr/src/php-4.0.6/.libs/libphp4.lax/libtsrm.al
>> /usr/bin/ld: -undefined error must be used when -twolevel_namespace is
>> in
>> effect
>> make[1]: *** [libphp4.la] Error 1
>> make: *** [all-recursive] Error 1
>>
>> the two level namespace error seems to be related to a LDFLAGS
>> syntax...but still experiencing the problem.
>>
>> suggestions please
>> thanks in advance
>> Ralph
>>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--- End Message ---
--- Begin Message ---
I am building PHP with the --with-apxs=/usr/local/apache/bin/apxs option.
When I try to configure, I get:
./configure: /usr.local/apache/bin/apxs: bad interpreter: No such file or
directory
Sorry, I was not able to successfully run APXS. Possible reasons:
1. Perl is not installed;
2. Apache was not compiled with DSO support (--enable-module=so);
3. 'apxs' is not in your path.
configure: error: ;
1. perl is definitely installed
2. running httpd -l results in:
Compiled-in modules:
http_core.c
mod_so.
3. as you can see from my config option above 'apxs' is in the path
I have also read the Chapter 31 Build Problems question 11 and verified that
the /usr/local/apache/bin/apxs script is correct.
Can someone shed some light on this for me please?
Shaun
--- End Message ---