-
The pkgconfig file (znc.pc) should be installed into $(libdir)/pkgconfig instead of hardcoding $(prefix)/lib/pkgconfig; this assumes the lib directory is always "lib" which is incorrect on 64-bit systems (it's typically "lib64"). The attached patch fixes the install path.
2009-05-27 18:56:56 UTC in ZNC - Advanced IRC Bouncer
-
Hardcoding any path is just going to cause headaches later on; adding notes to the README or INSTALL about appropriate install locations for the udev/policykit rules is really the best. End users should really be using packages to install software, not tarballs, and the packagers will probably be bitten by hard-coded paths and be forced to patch them out.
2009-05-20 02:03:27 UTC in Concordance
-
The only "working out-of-the-box" way should be packages; installing from source is a really bad idea on end-user systems.
The default prefix is /usr/local so as to not conflict with installed packages. Anything else would possibly overwrite existing files. The only solution if you want a source package installed in a "real" location is to specify prefix and exec-prefix when configuring, but...
2009-05-06 21:57:50 UTC in Concordance
-
This is most likely a packaging problem w/ the ubuntu/debian packages.
If it's being installed from source, you would need to set the prefix correctly.
To the dev, please don't update the makefiles to ignore PREFIX. Even though /usr/local/etc is wrong for most installations, hard-coding a prefix will most likely cause problems down the road.
2009-05-06 20:40:02 UTC in Concordance
-
Sorry; wasn't logged in when I submitted it.
2009-04-27 15:40:07 UTC in ZNC - Advanced IRC Bouncer
-
It would be great if I could set an album's origination timestamp using the gallery remote protocol. I would mostly use it from the new-album command, but I wouldn't mind if it was a command option for setting album properties.
2009-03-20 17:23:26 UTC in Gallery
-
The simple RSS feed doesn't seem to be advertised with a tag. This would be very helpful in discovering the feed rather than trying to build it manually.
2009-03-11 20:21:06 UTC in Gallery
-
It would be useful to have an RSS feed option to display the full-size images in the feed. I'd like to use the RSS feed in my digital photo frame and the thumbnails just don't cut it.
2009-03-11 20:17:07 UTC in Gallery
-
After looking at the backtrace and understanding what is going on a little more, it looks like something in the output of my getgrgid query isn't being handled properly; strlen() is segfaulting for some reason:
#0 0x00000008008209e2 in strlen () from /lib/libc.so.7
#1 0x000000080081dd1b in strchr () from /lib/libc.so.7
#2 0x00000008008181fa in snprintf () from /lib/libc.so.7
#3...
2009-01-22 18:09:27 UTC in NSS MySQL Library
-
It seems that the passwd entries are working fine, but when I try to enable libnss-mysql for group I get segmentation faults when running 'id <user>'.
Looking at the trace, it looks like getpwnam is first called, then getgrent (getting all the groups), the group file is read, then id segfaults on running geteuid.
Any ideas on what might be going on here?
-Doug Warner.
2009-01-21 18:20:58 UTC in NSS MySQL Library