[Bug 1842701]

2020-04-19 Thread tititou
This has been backported in 2.4.x branch in r1865966

This is part of 2.4.42.

Not sure that comments in comment #2 and below are related.
If needed, please open a new bug report for it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842701

Title:
  Apache2 Balancer Manager mod_proxy_balancer not working after Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1842701/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1680813] Re: perl issue with latest Ubuntu 17.04 update (2017/04/07)

2017-04-08 Thread tititou
Must be related to smy installation.
I tried in a brand new VM build from ubuntu-17.04-beta2-desktop-amd64.iso and 
everything looks fine.

Sorry for the noise.

** Changed in: unity (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680813

Title:
  perl issue with latest Ubuntu 17.04 update (2017/04/07)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1680813/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1680813] [NEW] perl issue with latest Ubuntu 17.04 update (2017/04/07)

2017-04-07 Thread tititou
Public bug reported:

I have updated my system with the latest (not official yet) 17.04
release.

Now, when I run the get_maintainer.pl or checkpatch.pl scripts in my Linux git 
repository, I get the folowing error:
   Cwd.c: loadable library and perl binaries are mismatched (got handshake key 
0xdb00080, needed 0xdb80080)

as if something got out of synch.


My system is:

tititou36@linux:~/Code_Source/linux-next$ uname -a
Linux linux 4.10.0-15-generic #17-Ubuntu SMP Fri Mar 24 17:51:38 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1680813

Title:
  perl issue with latest Ubuntu 17.04 update (2017/04/07)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1680813/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484045] Re: Version of xorg reported on lauchpad does not match wath is installed with 14.04.03 LTS

2015-08-13 Thread tititou
Thanks a lot, 14.04.1 made the trick.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484045

Title:
  Version of xorg reported on lauchpad does not match wath is installed
  with 14.04.03 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1484045/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1484045] [NEW] Version of xorg reported on lauchpad does not match wath is installed with 14.04.03 LTS

2015-08-12 Thread tititou
Public bug reported:

Unless, I miss understand information available at 
 https://launchpad.net/ubuntu/+source/xorg-server
xorg should be in the 1.15.1 serie for The Trusty Tahr.

However on a brand new installation of 14.04.03, it is reported to be
1.17.1

This is an issue for us because for some reason we have to run Ubuntu on
a 4.3.8 VirtualBox VM and this version supports Xorg up to 1.15


Do I miss understand lauchpad? Is it not up-to-date? Is there a way to install 
1.15.1 afterwards?

thanks in advance

** Affects: xorg-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1484045

Title:
  Version of xorg reported on lauchpad does not match wath is installed
  with 14.04.03 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1484045/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 873042] Re: unable to build against apr -- undefined reference to `apr_initialize'

2012-12-20 Thread tititou
Hi,

I was having the same kind of problem with Ubuntu 12.04 LTS.

After 3 evenings searching for a solution, I reached the online help of
gcc about link option (http://gcc.gnu.org/onlinedocs/gcc/Link-
Options.html)

There you can read:
>>>
-l library
It makes a difference where in the command you write this option; the linker 
searches and processes libraries and object files in the order they are 
specified. Thus, `foo.o -lz bar.o' searches library `z' after file foo.o but 
before bar.o. If bar.o refers to functions in `z', those functions may not be 
loaded. 
>>>

So, try to do:
 gcc -Wall test2.c $(apr-1-config --cflags --cppflags --includes --link-ld) 
 -o test
That is to say, your C file before the APR stuff.
Doing so, -lapr-1 will be at the end of the command line and the linker will 
find the reference, as per gcc's comment above.

It worked for me.
Hope this can help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/873042

Title:
  unable to build against apr -- undefined reference to `apr_initialize'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/873042/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs