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

Re: [cobalt-developers] All-Kernel_mips-1.0 packages



> I decided to play around with:
>
> All-Kernel_mips-1.0.pkg
> All-Kernel_mips_tools-1.0.pkg
>
> First thing I found was a lot of similarities in the package lists between
> devkit-0.4.mips.pkg and the above.
>
> I pressed on, installing the RPMS from above that were not in
> devkit-0.4.mips.pkg

Right... The vast majority of files contained under the dev kit are actually
present also in the All-Kernel packages.  When the devkit was initially released,
many of it's components were still under beta status with us.  They have since
been tested, patched where necessary, and re-released in the new packages.

>
>
> Then installed Apache-1.3.9-1.mips.pkg
>
> Documentation  - ftp://ftp.cobaltnet.com/pub/developer/README.Apache-1.3.9-mips
>
> reads:
>
> ==========
> Once the installation is complete, telnet into your system and
> type the following commands:
>
> apachectl stop
> apachectl start
>
> This will stop the old Apache daemons and restart the newly installed
> version. Typing httpd -v at the command line should display the
> server version of Apache/1.3.9 (Unix).
>
> There is also complete dynamic module support in this release.
> Please see the ApacheJServ and Apache-Contrib packages for examples
> of this functionality at ftp://ftp.cobaltnet.com/pub/developer/
> =================
>
> Hmmmm. Where does one find apachectl ?

Oops, guess I forgot to add that to the notes.  It's full path is
/usr/sbin/apachectl ...

>
>
> /etc/rc.d/init.d/httpd.init start  did fire up 1.3.9.
>
> Of course, now my php (3.0.7) is busted.
>
> Is a compiled php3 (preferrably  3.0.14) module available for the 1.3.9
> package?
>
> Or, how do I get it to work with my mod_php3.so (3.0.7)
>

Unfortunately, version checks are done against the modules so a module compiled
for 1.3.6 will not work with Apache 1.3.9.  On the plus side, compiling modules
with the new version is much easier as it has full apxs support and you do not
need a full Apache source.  I haven't redone php yet so I'm not certain but try
doing a ./configure --help and you should see options such as USE-APXS and
WITH-APXS (at least most new modules have this option).  Set the 'use' to 1 and
the 'with' to   /usr/sbin/apxs and let me know if you have any problems.

Michael Lampkin
Business Dev. Engr
Cobalt Networks, Inc.



>
> Thanks for any info!
>
> -fred
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers