Bug 120537

Summary: %configure options for ldap and pcre need to be updated.
Product: [Fedora] Fedora Reporter: Stephen Beahm <stephenbeahm>
Component: balsaAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.0.17-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-13 15:03:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.