pgsnap fails because /usr/bin/pgsnap does this: cd /usr/share/pgsnap ./pgsnap.php $*
Obviously this goes terribly wrong if the output directory is relative (which is the default...). pgsnap seems to work fine once you give it an absolute directory with the -o option. pgsnap.php needs to get a way to tell the difference between its data directory (i.e. /usr/share/pgsnap) and the users working directory. I can't tell how much work that would be exactly, but looks like a invasive change on first glance. Maybe this software isn't ready for a stable release? Gruesse, -- Frank Lichtenheld <[EMAIL PROTECTED]> www: http://www.djpig.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

