>> > I've wrote a HOWTO for Ubuntu/Ingres (thnx to Michael Touloumtzis)
>> >
[quoted text clipped - 10 lines]
>is there a way to build a .deb package? maybe host an apt repo??
>This would greatly simplify the installation
I seem to recall using alien to convert some openoffice rpm's to deb,
back when I was running debian. I've no idea if that would work with
the Ingres RPM's or not.
Karl
Dirk Kraemer - 31 Oct 2006 17:15 GMT
>> is there a way to build a .deb package? maybe host an apt repo??
>> This would greatly simplify the installation
>
> I seem to recall using alien to convert some openoffice rpm's to deb,
> back when I was running debian. I've no idea if that would work with
> the Ingres RPM's or not.
IIRC i had some success using alien in the past on debian testing systems.
Ubuntu is debian based, so might work there, too:
- create deb packages using alien
- install package files with 'dpkg -i .... '
Maybe there was a conflict about 2 packages containing same
file. There should be a --force... option to override.
- However: Postprocessing script did not run. So i had to
set up ingres user and then
call iisudbms, iisunet, iisustar etc. manually. Look for scripts
starting with 'iisu...'! Automatic start in runlevel 3 and 5 also
had to be configured manually.
Best solution would be to provide not only rpm but also tar versions
each time. Wasn't there one some time ago?
Regards
Dirk