NeXT Computers Forum Index NeXT Computers
www.NeXTComputers.org
 
Log in to check your private messagesLog in to check your private messages

Log inLog in  RegisterRegister


Profile  Search  Memberlist  FAQ  Usergroups
Long shot... PHP5? :)
Goto page Previous  1, 2
 
Post new topic   Reply to topic    NeXT Computers Forum Index -> Porting New Software
View previous topic :: View next topic  
Author Message
kb7sqi



Joined: 24 Sep 2007
Posts: 481
Location: Winston Salem, NC

PostPosted: Wed Jan 21, 2009 2:43 pm    Post subject: Reply with quote

helf wrote:
Unless there is a work around to the daydreams inability to find its disk images on a drive that's running OS4.2, I'll be stuck with NS3.3 indefinitely. Sad


It might be possible to get it to run on OS4.2. I know several programs didn't like to run on OS4.2 like Wingz, VOID, etc. But you could load the NS3.3 libs needed & get them to work. There was some threads on the newsgroups about that. I'll look later & see what I can turn up. Guess, I'll have to dig out that 21" monitor for the Color Turbo Slab. LOL. Thanks Helf, thanks alot. Just give me another reason to strain my back & carry that monitor back down. ROFL. Wink Add one more thing to the list for NeXT week. You better overnight that Daydream. LMAO. Serioulsly though, I'll do some research on that. No promises. Unless some has already tried. I'll let you know. Take care.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
helf



Joined: 29 Dec 2005
Posts: 1093
Location: Alabama, USA

PostPosted: Wed Jan 21, 2009 2:50 pm    Post subject: Reply with quote

well, the software for the daydream runs and you can create disk images and make it boot into the daydream. It will take over the system like it should but then it pops up with a bad or missing floppy icon and won't go any farther unless you stick in a Mac system floppy. So I don't know if you can solve that very easily.

don't want to hijack this thread too much Razz If you want to give it a shot, I can mail you the daydream in a few weeks for a bit to play with. It'd better come back in one piece, tho Wink
_________________
*INACTIVE*
Back to top
View user's profile Send private message AIM Address
linmag7



Joined: 14 Oct 2008
Posts: 65
Location: Sweden

PostPosted: Thu Jan 22, 2009 1:36 am    Post subject: Shared libraries on NEXTSTEP Reply with quote

Hi,

OK, so the shared libs can only be used on OS, thats too bad. Dropping backwards compatibility is almost always a sad thing to do. I guess that means that we will never see php5 with apache-2.2.x on NS since apache-2 does not support static linking with php. Is the compiler supplied with NS3.3 unable to generate code for shared libraries? If the NS3.3 compiler have that ability, then maybe its possible to build apache/php statically linked against all system libraries but still with the apache internal LoadModule feature enabled. I think apache relies on what is defined in mach-o/dyld.h for its Loadmodule feature but I don't rembember exactly what functionality is required, is usr/include/mach-o/dyld.h at all present in NS3.3?
Back to top
View user's profile Send private message
linmag7



Joined: 14 Oct 2008
Posts: 65
Location: Sweden

PostPosted: Sun Feb 22, 2009 2:50 pm    Post subject: problems building php5 on NEXTSTEP 3.3 Reply with quote

I'm running into problems when trying to build php5 with nextstep 3.3 dev kit (gcc 2.5.Cool compiler says: "Zend/zend_alloc.c:0: unknown operation in constant expression".
This is most likely the preprocessor that fails expanding or evaluating some macro in the code, but obviously not at line number zero? hard work going through every line of code in the file to check for macros that seem to cause trouble... Same code builds fine with gcc in OpenSTEP 4.2 dev kit. Anyone seen this before, or have any suggestions?
Back to top
View user's profile Send private message
kb7sqi



Joined: 24 Sep 2007
Posts: 481
Location: Winston Salem, NC

PostPosted: Sun Feb 22, 2009 7:07 pm    Post subject: Re: problems building php5 on NEXTSTEP 3.3 Reply with quote

linmag7 wrote:
I'm running into problems when trying to build php5 with nextstep 3.3 dev kit (gcc 2.5.Cool compiler says: "Zend/zend_alloc.c:0: unknown operation in constant expression".
This is most likely the preprocessor that fails expanding or evaluating some macro in the code, but obviously not at line number zero? hard work going through every line of code in the file to check for macros that seem to cause trouble... Same code builds fine with gcc in OpenSTEP 4.2 dev kit. Anyone seen this before, or have any suggestions?


You might want to try using -traditional-cpp w/ cc & see if that helps. It helps get quite a bit of stuff to compile. I usually use it most of the time.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
linmag7



Joined: 14 Oct 2008
Posts: 65
Location: Sweden

PostPosted: Mon Feb 23, 2009 1:16 am    Post subject: -traditional-cpp Reply with quote

Guess what, that did the trick! Thanks alot!

btw. did you the last apache-2 package to untar without any crc errors?
Back to top
View user's profile Send private message
kb7sqi



Joined: 24 Sep 2007
Posts: 481
Location: Winston Salem, NC

PostPosted: Mon Feb 23, 2009 6:15 am    Post subject: Re: -traditional-cpp Reply with quote

linmag7 wrote:
Guess what, that did the trick! Thanks alot!

btw. did you the last apache-2 package to untar without any crc errors?


I tested all of them. Smile Congrats on the php5! I'm sure you'll use the -traditional-cpp alot. Wink Take care.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
kb7sqi



Joined: 24 Sep 2007
Posts: 481
Location: Winston Salem, NC

PostPosted: Tue Feb 24, 2009 7:34 am    Post subject: Reply with quote

In case you haven't noticed, linmag7 has been working like a mad man getting this all compiled quad-fat for everyone to test. apache w/ php4/mod_ssl has been posted to my web server. Get his packages while they're HOT! apache w/ php5 support coming soon. Since my Sparc 5 is back online w/ a new 18 gig drive, there's no longer any worries about running out of space. I'm planning on testing some new instances of apache. Smile Thanks Magnus!

http://kb7sqi.com/files/linmag7/
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
linmag7



Joined: 14 Oct 2008
Posts: 65
Location: Sweden

PostPosted: Tue Feb 24, 2009 10:35 am    Post subject: packages Reply with quote

Hi All,

As kb7sqi mentioned apache/php4 and some more stuff is available as a quad-fat packages. I'd greatly appreciate any feedback on how the builds work, specially if you test it on another hardware platform.
Back to top
View user's profile Send private message
kb7sqi



Joined: 24 Sep 2007
Posts: 481
Location: Winston Salem, NC

PostPosted: Tue Feb 24, 2009 2:08 pm    Post subject: Re: packages Reply with quote

linmag7 wrote:
Hi All,

As kb7sqi mentioned apache/php4 and some more stuff is available as a quad-fat packages. I'd greatly appreciate any feedback on how the builds work, specially if you test it on another hardware platform.


I'll be testing on m68k, hppa, & i386 first. Wink
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    NeXT Computers Forum Index -> Porting New Software All times are GMT - 7 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group