Websh compile on recent Ubuntu: apr.h issues

View: New views
3 Messages — Rating Filter:   Alert me  

Websh compile on recent Ubuntu: apr.h issues

by David Welton-2 :: Rate this Message:

| View Threaded | Show Only this Message

A quick note without a real fix, yet:

Compiling websh on a recent Ubuntu is problematic because it can't
find apr.h, which resides here:

/usr/include/apr-1.0/

Adding that as an include path fixes things.  I guess configure needs
some kind of option for that.

--
David N. Welton

http://www.welton.it/davidw/

http://www.dedasys.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-dev-unsubscribe@...
For additional commands, e-mail: websh-dev-help@...


Re: Websh compile on recent Ubuntu: apr.h issues

by Ronnie Brunner :: Rate this Message:

| View Threaded | Show Only this Message

> Compiling websh on a recent Ubuntu is problematic because it can't
> find apr.h, which resides here:
>
> /usr/include/apr-1.0/
>
> Adding that as an include path fixes things.  I guess configure needs
> some kind of option for that.

I'm not really sure how to proceed here: Websh doesn't depend
(directly) on apr, only httpd(2) does. Is this really something I
should try to track in Websh's configure?

Anybody with a good idea how this is usually done?

Thanks
Ronnie
--
Ronnie Brunner | ronnie.brunner@...
phone +41-44-247 79 79 | fax +41-44-247 70 75
Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.ch

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-dev-unsubscribe@...
For additional commands, e-mail: websh-dev-help@...


Re: Websh compile on recent Ubuntu: apr.h issues

by Ronnie Brunner :: Rate this Message:

| View Threaded | Show Only this Message

> I'm not really sure how to proceed here: Websh doesn't depend
> (directly) on apr, only httpd(2) does. Is this really something I
> should try to track in Websh's configure?

Just noticed that I previously thought I need to add that and actually
already implemented it a couple of months back when playing with
Apache 2.2.4... I just committed it now.

Ronnie
--
Ronnie Brunner | ronnie.brunner@...
phone +41-44-247 79 79 | fax +41-44-247 70 75
Netcetera AG | 8040 Zürich | Switzerland | http://netcetera.ch

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-dev-unsubscribe@...
For additional commands, e-mail: websh-dev-help@...