[lokisetup] uninstall problem

John Quigley johnw at lowestplane.org
Sun Sep 28 19:49:43 EDT 2003


I recently ran into this problem myself.  Using a dynamically linked 
uninstall seems to fix it.  Is there any harm in dynamically linking 
setup and uninstall, ala:

[john at inhibition loki_setup]$ ldd setup uninstall
setup:
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
uninstall:
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

If not, maybe the makefile should be changed so that we don't keep 
seeing these crash problems (same with loki patch :)

On Thursday 14 August 2003 12:26 pm, Ryan C. Gordon wrote:
> > uninstall: line 24: 25086 Segmentation fault      "$UNINSTALL"
> > "/usr/local/games/armyops/.manifest/armyops.xml" "$1"
> > penguin armyops #
>
> This is actually a glibc conflict. Easiest way around this is to
> do:
>
>  rm -rf /usr/local/games/armyops
>  rm -rf ~/.loki/armyops
>  rm -rf ~/.loki/installed/armyops.xml
>
> More or less, this duplicates the functionality.
>
> --ryan.




More information about the Lokisetup mailing list