building httpd 2.2.4 for PPC on Intel Mac

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm trying to build httpd 2.2.4 on an Intel Mac as a PPC binary. I'm doing this so that I can build a PHP module with Oracle support. Because Oracle has only released PPC libraries, I have to compile PPC-only apps if I want to use them. Otherwise, ld complains that the architecture is different between the executable and the library.

At any rate, compiling works:

	$ CPPFLAGS="-arch ppc" LDFLAGS="-arch ppc" ./configure
	--build=ppc-apple-darwin8.10.2

but when I try "sudo apachectl start", I get no httpd processes, and this message in my error log:


	"[emerg] (14)Bad address: Couldn't set permissions on
	cross-process lock; check User and Group directives"

The default User and Group directives use daemon. I tried creating my own user account and plugging in that user/group in place of daemon, but I get the same result.

Has anybody else encountered this? Do you have any hints?

Thanks,

zak.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux