stefanocasazza/ULib

I like this project BUT it's the only one that I can't install properly.

Closed this issue · 3 comments

Using Ubuntu 16.04 within a docker container.

Can you please help provide instructions on the "apt-get install" for it to work with a lot of the features?

It can run but segfaults on a few configure options. Would like to know what to run to get it all up.

Please make the documentation a bit better in regards to what I'm asking for and the rest should be easy to figure out. Thanks.

If you can do this, I'll buy you a cup of coffee. Thanks.

Hi,

I wish to help you but I need more information. In general the configuration phase as you can see from
./configure --help
....
--with-libz use system LIBZ library - [will check /usr /usr/local] [default=use if present]
--with-libzopfli use system zopfli library - [will check /usr /usr/local] [default=use if present]
--with-libbrotli use system brotli library - [will check /usr /usr/local] [default=use if present]
--with-magic use system libmagic library - [will check /usr /usr/local] [default=use if present]
--with-ssl use system SSL library - [will check /usr /usr/local] [default=use if present]
--with-pcre use system PCRE library - [will check /usr /usr/local] [default=use if present]
--with-expat use system EXPAT library - [will check /usr /usr/local] [default=use if present]
--with-libuuid use system libuuid library - [will check /usr /usr/local] [default=use if present]
...
check the system for the existance of some library, if it found them it builds ULib with this features. You can force the use of some feature giving the option, so if you want to use the Ulib mongodb client you must add --with-mongodb so for (example) HTTP/2 support --enable-http2 etc.

It can run but segfaults on a few configure options

I don't understand what you mean. Can you give more details? Which program run but segfaults? Which configure option?

thanks for the prompt reply. sorry for the late reply. Appreciate this. I will do a full test and play with it end of year. Please keep up the good work. Will inform when I have time to test this out (which I definitely will). Will donate to this project in future.