Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
Summary: Review Request: cgi-util - A C library for creating Common Gateway
Interface ("CGI") programs
https://bugzilla.redhat.com/show_bug.cgi?id=253941
------- Additional Comments From [EMAIL PROTECTED] 2007-09-22 07:40 EST -------
Well, -12 srpm contains some problems.
* Builds does not honor Fedora specific compilation flags.
* libcgi-util.so does not have soname
--------------------------------------------------
gcc -g -Wall -ansi -pedantic -fPIC cgi-util.c -c -o libcgi-util.o
gcc -shared libcgi-util.o -o libcgi-util.so
--------------------------------------------------
You must use linker option.
* Permission of the library is not right
--------------------------------------------------
+ /usr/bin/install -D -m 0644 libcgi-util.so
/var/tmp/cgi-util-2.2.1-12.fc8-root-kojibuilder/usr/lib/libcgi-util.so.2.2.1
--------------------------------------------------
Permission should be 0755.
* And for symlink:
--------------------------------------------------
+ ln -s /usr/lib/libcgi-util.so.2.2.1
/var/tmp/cgi-util-2.2.1-12.fc8-root-kojibuilder/usr/lib/libcgi-util.so
--------------------------------------------------
This symlink must be relative.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review