Bug 120537 - %configure options for ldap and pcre need to be updated.
Summary: %configure options for ldap and pcre need to be updated.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: balsa
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-04-10 04:09 UTC by Stephen Beahm
Modified: 2014-03-17 02:44 UTC (History)
1 user (show)

Fixed In Version: 2.0.17-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-04-13 15:03:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stephen Beahm 2004-04-10 04:09:18 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114 Epiphany/1.0.4

Description of problem:
Here is balsa's configure options from the spec file:
%configure --disable-system-install --disable-more-warnings \
 --with-gss --with-ssl --enable-gtkhtml --enable-ldap  \
 --disable-flock --enable-fcntl --disable-pcre

The option --enable-ldap should be replaced with --with-ldap (see
balsa ChangeLog).

pcre is included with the fedora distribution, --disable-pcre should
be changed to --enable-pcre. Requires for pcre and BuildRequires for
pcre-devel should also be added.


Version-Release number of selected component (if applicable):
balsa-2.0.16-3

How reproducible:
Always

Steps to Reproduce:
1. build.
2. try to use ldap address book.

Comment 1 Bill Nottingham 2004-04-13 04:19:06 UTC
pcre is intentionally disabled. It overrides libc symbols with
different structure sizes, which can cause problems for other code
that uses regexes.

Comment 2 Stephen Beahm 2004-04-13 08:18:42 UTC
OK, that makes sense for pcre.

What about ldap ?

Comment 3 Bill Nottingham 2004-04-13 15:03:18 UTC
Fixed in 2.0.17-1.


Note You need to log in before you can comment on or make changes to this bug.