[Bug 2063334] Re: PHP Warning: PHP Startup: Unable to load dynamic library 'mailparse.so' (tried: /usr/lib/php/20230831/mailparse.so (/usr/lib/php/20230831/mailparse.so: undefined symbol: mbfl_name2no

2024-05-21 Thread James McDonald
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063334

Title:
  PHP Warning:  PHP Startup: Unable to load dynamic library
  'mailparse.so' (tried: /usr/lib/php/20230831/mailparse.so
  (/usr/lib/php/20230831/mailparse.so: undefined symbol:
  mbfl_name2no_encoding), /usr/lib/php/20230831/mailparse.so.so
  (/usr/lib/php/20230831/mailparse.so.so: cannot open shared object
  file: No such file or directory)) in Unknown on line 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mailparse/+bug/2063334/+subscriptions


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

[Bug 2063334] Re: PHP Warning: PHP Startup: Unable to load dynamic library 'mailparse.so' (tried: /usr/lib/php/20230831/mailparse.so (/usr/lib/php/20230831/mailparse.so: undefined symbol: mbfl_name2no

2024-05-21 Thread James McDonald
I tried the temporary fix but I get "undefined symbol:
zif_mailparse_test" when compiling from source as above

php -v
PHP Warning:  PHP Startup: Unable to load dynamic library 'mailparse.so' 
(tried: /usr/lib/php/20230831/mailparse.so (/usr/lib/php/20230831/mailparse.so: 
undefined symbol: zif_mailparse_test), /usr/lib/php/20230831/mailparse.so.so 
(/usr/lib/php/20230831/mailparse.so.so: cannot open shared object file: No such 
file or directory)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'mailparse.so' 
(tried: /usr/lib/php/20230831/mailparse.so (/usr/lib/php/20230831/mailparse.so: 
undefined symbol: zif_mailparse_test), /usr/lib/php/20230831/mailparse.so.so 
(/usr/lib/php/20230831/mailparse.so.so: cannot open shared object file: No such 
file or directory)) in Unknown on line 0
PHP 8.3.6 (cli) (built: Apr 15 2024 19:21:47) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.6, Copyright (c) Zend Technologies
with Zend OPcache v8.3.6, Copyright (c), by Zend Technologies

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

Title:
  PHP Warning:  PHP Startup: Unable to load dynamic library
  'mailparse.so' (tried: /usr/lib/php/20230831/mailparse.so
  (/usr/lib/php/20230831/mailparse.so: undefined symbol:
  mbfl_name2no_encoding), /usr/lib/php/20230831/mailparse.so.so
  (/usr/lib/php/20230831/mailparse.so.so: cannot open shared object
  file: No such file or directory)) in Unknown on line 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-mailparse/+bug/2063334/+subscriptions


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

[Bug 787192] [NEW] Network Manager Cloned MAC Address feature fails on WPA Wireless Networks

2011-05-23 Thread James McDonald
Public bug reported:

Binary package hint: wpasupplicant

On Ubuntu 11.04 
wpasupplicant version 0.7.3-0ubuntu1

I am attempting to connect to a WPA protected Wireless Acess Point and
when I use the Cloned MAC Address feature in Network Manager the
connection fails to establish.

Googling I have found a possible cause/solution here ==

http://markmail.org/message/5ary4cvzlirvro73

Which States:
The new NetworkManager has implemented MAC spoofing feature just for this 
purpose.
In connection editor,  on 'Wireless' tab there is a new edit box 'Cloned MAC 
address'. If you put your desired MAC here, it will be set on an interface 
when the connection is activated. And you don't need to change your MAC in 
udev or any other way.
See https://bugzilla.redhat.com/show_bug.cgi?id=447827

Unfortunately, there is still one glitch in wpa_supplicant that causes WPA 
connections don't work. I've sent a patch to hostap mailing list fixing that, 
but no reply yet.

Is it possible to chase down the patch and provide a ppa with a fix to
wpa_supplicant?

** Affects: wpasupplicant (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/787192

Title:
  Network Manager Cloned MAC Address feature fails on WPA Wireless
  Networks

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


[Bug 772207] Re: version 173.14.30 is buggy for GeForce FX 5200

2011-05-12 Thread James McDonald
Experiencing the same issue with NVIDIA GeForce Go 7300.

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

Title:
  version 173.14.30 is buggy for GeForce FX 5200

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


[Bug 771209] [NEW] VLANs no longer work with bridges in natty

2011-04-26 Thread James McDonald
Public bug reported:

I'm not sure which package to put this against - it could be bridge-
utils, vlan, linux-image-2.6.35-28-generic or possibly ifupdown. This
problem appeared with Ubuntu 11.04 - the same configuration works
perfectly with 10.10.

If I use the following /etc/network/interfaces sections:
auto br0
iface br0 inet static
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
address 10.58.32.6
netmask 255.255.248.0
post-up route add -net 10.58.0.0/16 gw 10.58.32.1

auto vlan100
iface vlan100 inet static
vlan-raw-device eth0
address x.y.z.11
netmask 255.255.255.224
gateway x.y.z.1

Both interfaces appear to come up, but the vlan interface cannot
communicate - it can't even ping the gateway on its network. Changing
the vlan-raw-device to br0 yields the same result. If I remove the br0
section and configure eth0 directly everything works as expected.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: vlan 1.9-3ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Apr 26 14:15:14 2011
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: vlan
UpgradeStatus: Upgraded to natty on 2011-04-14 (11 days ago)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty

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

Title:
  VLANs no longer work with bridges in natty

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


[Bug 771209] Re: VLANs no longer work with bridges in natty

2011-04-26 Thread James McDonald
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/771209

Title:
  VLANs no longer work with bridges in natty

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


[Bug 180368] Re: gdbm fatal: lseek error

2008-01-07 Thread James McDonald
dpkg -L command-not-found-data
to get a list of the files installed
...
/usr/share/command-not-found/programs.d/amd64-main.db
/usr/share/command-not-found/programs.d/amd64-restricted.db
/usr/share/command-not-found/programs.d/amd64-multiverse.db
/usr/share/command-not-found/programs.d/amd64-universe.db
...
remove the amd64-* files and you are done

-- 
gdbm fatal: lseek error
https://bugs.launchpad.net/bugs/180368
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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