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

Re: [cobalt-users] installing pkg's from console on raq3? is it possible?



On Monday 18 November 2002 1:58 pm, Kim Schulz wrote:
<snip>
> # cobalt_upgrade RaQ3-PHP-4.1.2.pkg.2
> 4015 Package already installed.
> # cobalt_uninstall RaQ3-PHP-4.1.2.pkg.2
> 4015 That package is not installed.
</snip>

It starts to get a little complex now!
# ls /var/lib/cobalt |grep php
If that returns something like:
php-4.1.2-3.md5lst
Then the unit thinks something is there, check if the RPM is there:

# rpm -q php
php-4.1.2-PM3
That shows on mine that php-4.1.2 rpm is actually installed. I'm guessing 
yours isn't.
If it is, uninstall the rpm:
rpm -e php-4.1.2-PM3

Then remove the cobalt files:
rm /var/lib/cobalt/php-4.1.2-3.md5lst
and
rm /var/lib/cobalt/uninstallers/php-4.1.2-3.uninst

Then try installing the .pkg again.

However, if all that fails, do the php install manually. On the RaQ3 its not a 
problem, just grab it from www.php.net untar, configure, make, make install.
Lots of references howto in the archives...

Regards,
Andy
andy@xxxxxxxxxx
http://www.raqpak.com/ <<-- Unofficial pkg's and HOWTO's