[Bug 1919016] Re: fcgi.pc file not provided
Igbaäl
1919016 at bugs.launchpad.net
Tue Mar 16 11:57:39 UTC 2021
Hi Sergio,
Thank you for your very quick answer!
I was referring to the groovy package in my next to last sentence so I'm using Ubuntu Groovy.
I just tried the Hirsute libfcgi-dev package and indeed, it does provide the fcgi.pc file.
Since I'm the only one affected by this "bug" and that I can switch to
Hirsute version easilly (I'm using a custom Docker image), it does not
seem useful to put any effort on this.
You can then close this bug and only re-open it if more people complain.
Thanks again for your time,
Best regards!
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to libfcgi in Ubuntu.
https://bugs.launchpad.net/bugs/1919016
Title:
fcgi.pc file not provided
Status in libfcgi package in Ubuntu:
Invalid
Status in libfcgi source package in Focal:
Triaged
Status in libfcgi source package in Groovy:
Triaged
Bug description:
Hi,
I'm currently compiling the fcgi2 library from master using the
following instructions:
git clone https://github.com/FastCGI-Archives/fcgi2.git
cd fcgi2
./autogen.sh && ./configure --prefix=/usr && make && make install
It works fine and then I can link it with my application using a Makefile and something like:
CFLAGS += `pkg-config --cflags fcgi`
LDFLAGS += `pkg-config --libs fcgi`
application:
@$(LINKER) $(CFLAGS) src/applications/$(TARGET).c $(OBJECTS) $(LDFLAGS) -o $(BINDIR)/$(TARGET)
Now, I would like to use the libfcgi-dev package for various reasons.
The groovy libfcgi2-dev package does not provide a fcgi.pc file hence
pkg-config fails.
Would it be possible to update your building/packaging script to
provide this file?
Best regards,
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfcgi/+bug/1919016/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list