Re: [Slackbuilds-users] compiling php

2014-09-08 Thread B Watson
On 9/8/14, Miguel De Anda wrote: I haven't compiled php in years, but: > libtool: link: gcc -std=gnu99 -pthread -O2 -fPIC -o pico main.o utf8stub.o > ../c-client/utf8.o -L/usr/lib libpico.a osdep/libpicoosd.a > ../pith/osdep/libpithosd.a ../pith/charconv/libpithcc.a /usr/lib/libldap.so > /usr/l

Re: [Slackbuilds-users] compiling php

2014-09-08 Thread Ryan P.C. McQuen
> sadly i only use 32bit libs for skype a bit OT, but you may be interested in: http://www.slackel.gr/repo/source/extra/skype-nomultilib/skype.SlackBuild --- > On Sep 8, 2014, at 9:30 PM, Miguel De Anda wrote: > > I tried "uninstalling" anything with compat/multilib and reinstalling native

Re: [Slackbuilds-users] compiling php

2014-09-08 Thread Miguel De Anda
I tried "uninstalling" anything with compat/multilib and reinstalling native 64bit libs but alpine was still giving me trouble. i rebooted and alpine compiled! i tried php and it worked too! sadly i only use 32bit libs for skype... and i think flash. thanks! On Mon, Sep 8, 2014 at 8:41 PM, Didier

Re: [Slackbuilds-users] compiling php

2014-09-08 Thread Didier Spaier
On 09/09/2014 04:30, Larry Hajali wrote: > Interesting that php is under the /n directory (http://mirrors.slackware.com/slackware/slackware64-current/source/n/php/). I though it would be in /d or even /l directory. Because it's most often used associated with http, I presume. Didier _

Re: [Slackbuilds-users] compiling php

2014-09-08 Thread Larry Hajali
Interesting that php is under the /n directory ( http://mirrors.slackware.com/slackware/slackware64-current/source/n/php/). I though it would be in /d or even /l directory. --Larry On Mon, Sep 8, 2014 at 7:27 PM, Larry Hajali wrote: > It looks like you're building on a x86_64 multilib machine.

Re: [Slackbuilds-users] compiling php

2014-09-08 Thread Larry Hajali
It looks like you're building on a x86_64 multilib machine. The library libldap.so is being found first in /usr/lib (as well as other libs), but you're using the '-O2 -fPIC' SLKCFLAGS which are x86_64 specific. Try rebuilding php on a non-multilib x86_64 machine or else try passing LDFLAGS="/usr/

[Slackbuilds-users] compiling php

2014-09-08 Thread Miguel De Anda
i couldn't find a suitable mailing list on slackware official so i thought i'd ask here... i'm trying to build php to add debug support as it seems the supplied one has '--disable-debug' set. when i run the php slackbuild in the sources directory (from current) i get the following: /bin/sh ../lib