DB2 success!
Joey Hess clued me in, the RPM scripts weren't being run, so I changed the
/bin/rpm hack script to this:
#!/bin/sh
alien --to-deb --scripts -i $2
With the noted symlinks:
> /bin/awk -> /usr/bin/gawk
> /bin/basename -> /usr/bin/basename
> /bin/compress -> /usr/bin/compress
> /bin/g
> > Here's what I have so far:
> >
> > I created a /bin/rpm file as follows:
> > #!/bin/sh
> >
> > alien --to-deb -i $2
> rpm2deb for DB2 installations are not a good idea since it does a whole bunch
> ofstuff at the end like addusers and updates database configuration. Best
> thing to do wo
Hi,
I'm also struggling with the installation of DB2 under debian.
Here's what I have so far:
I created a /bin/rpm file as follows:
#!/bin/sh
alien --to-deb -i $2
I symlinked the following:
/bin/awk -> /usr/bin/gawk
/bin/basename -> /usr/bin/basename
/bin/compress -> /usr/bin/compress
/bin/gre
3 matches
Mail list logo