LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 05-05-2012, 12:22 AM   #1
pannet1
Member
 
Registered: May 2005
Location: India
Distribution: Fedora Core 7
Posts: 47

Rep: Reputation: 15
Question Evolution-data-server compilation problem


Dear LFS enthus,
While compiling evolution-data-server we got the following error eventhough OpenSSL is installed correctly.

make[2]: Leaving directory `/root/xc/shell/evolution-data-server-3.2.2/libebackend'
Making all in camel
make[2]: Entering directory `/root/xc/shell/evolution-data-server-3.2.2/camel'
make all-recursive
make[3]: Entering directory `/root/xc/shell/evolution-data-server-3.2.2/camel'
Making all in .
make[4]: Entering directory `/root/xc/shell/evolution-data-server-3.2.2/camel'
CC libcamel_1_2_la-camel-marshal.lo
CC libcamel_1_2_la-camel-address.lo
CC libcamel_1_2_la-camel-block-file.lo
CC libcamel_1_2_la-camel-certdb.lo
CC libcamel_1_2_la-camel-charset-map.lo
CC libcamel_1_2_la-camel-data-cache.lo
CC libcamel_1_2_la-camel-data-wrapper.lo
CC libcamel_1_2_la-camel-db.lo
CC libcamel_1_2_la-camel-debug.lo
CC libcamel_1_2_la-camel-file-utils.lo
CC libcamel_1_2_la-camel-html-parser.lo
CC libcamel_1_2_la-camel-iconv.lo
CC libcamel_1_2_la-camel-index.lo
CC libcamel_1_2_la-camel-internet-address.lo
CC libcamel_1_2_la-camel-junk-filter.lo
CC libcamel_1_2_la-camel-list-utils.lo
CC libcamel_1_2_la-camel-lock.lo
CC libcamel_1_2_la-camel-medium.lo
CC libcamel_1_2_la-camel-mempool.lo
CC libcamel_1_2_la-camel-mime-filter-basic.lo
CC libcamel_1_2_la-camel-mime-filter-bestenc.lo
CC libcamel_1_2_la-camel-mime-filter-canon.lo
CC libcamel_1_2_la-camel-mime-filter-charset.lo
CC libcamel_1_2_la-camel-mime-filter-crlf.lo
CC libcamel_1_2_la-camel-mime-filter-enriched.lo
CC libcamel_1_2_la-camel-mime-filter-from.lo
CC libcamel_1_2_la-camel-mime-filter-gzip.lo
CC libcamel_1_2_la-camel-mime-filter-html.lo
CC libcamel_1_2_la-camel-mime-filter-index.lo
CC libcamel_1_2_la-camel-mime-filter-linewrap.lo
CC libcamel_1_2_la-camel-mime-filter-pgp.lo
CC libcamel_1_2_la-camel-mime-filter-progress.lo
CC libcamel_1_2_la-camel-mime-filter-save.lo
CC libcamel_1_2_la-camel-mime-filter-tohtml.lo
CC libcamel_1_2_la-camel-mime-filter-windows.lo
CC libcamel_1_2_la-camel-mime-filter-yenc.lo
CC libcamel_1_2_la-camel-mime-filter.lo
CC libcamel_1_2_la-camel-mime-message.lo
CC libcamel_1_2_la-camel-mime-parser.lo
CC libcamel_1_2_la-camel-mime-part-utils.lo
CC libcamel_1_2_la-camel-mime-part.lo
CC libcamel_1_2_la-camel-mime-utils.lo
CC libcamel_1_2_la-camel-mime-tables.lo
CC libcamel_1_2_la-camel-msgport.lo
CC libcamel_1_2_la-camel-multipart-encrypted.lo
CC libcamel_1_2_la-camel-multipart-signed.lo
CC libcamel_1_2_la-camel-multipart.lo
CC libcamel_1_2_la-camel-net-utils.lo
CC libcamel_1_2_la-camel-nntp-address.lo
CC libcamel_1_2_la-camel-object.lo
CC libcamel_1_2_la-camel-object-bag.lo
CC libcamel_1_2_la-camel-operation.lo
CC libcamel_1_2_la-camel-partition-table.lo
CC libcamel_1_2_la-camel-stream-buffer.lo
CC libcamel_1_2_la-camel-stream-filter.lo
CC libcamel_1_2_la-camel-stream-fs.lo
CC libcamel_1_2_la-camel-stream-mem.lo
CC libcamel_1_2_la-camel-stream-null.lo
CC libcamel_1_2_la-camel-stream-vfs.lo
CC libcamel_1_2_la-camel-stream.lo
CC libcamel_1_2_la-camel-string-utils.lo
CC libcamel_1_2_la-camel-text-index.lo
CC libcamel_1_2_la-camel-trie.lo
CC libcamel_1_2_la-camel-url-scanner.lo
CC libcamel_1_2_la-camel-url.lo
CC libcamel_1_2_la-camel-utf8.lo
CC libcamel_1_2_la-camel.lo
camel.c:34:17: fatal error: ssl.h: No such file or directory
compilation terminated.
make[4]: *** [libcamel_1_2_la-camel.lo] Error 1
make[4]: Leaving directory `/root/xc/shell/evolution-data-server-3.2.2/camel'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/xc/shell/evolution-data-server-3.2.2/camel'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/xc/shell/evolution-data-server-3.2.2/camel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/xc/shell/evolution-data-server-3.2.2'
make: *** [all] Error 2

We hope someone will give solution for the above mentioned problem.

Regards,
Sugi@Phenix
Praki@Phenix
 
Old 05-05-2012, 01:53 AM   #2
Slackyman
Member
 
Registered: Mar 2011
Location: Rome - Italy
Distribution: Slackware 13.1
Posts: 347

Rep: Reputation: 44
When I get this kind of error I search for the header file with locate and then I make sure that the path is included in my compiler flags or I use CFLAGS='-I/path/to/headerfiles'.
First of all make sure you have OpenSSL libraries (not only the OpenSSL package).
 
Old 05-05-2012, 01:54 AM   #3
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Hi

Have you checked for the ssl.h file, sorry to be obvious
/usr/include/openssl/ssl.h
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
revdep-rebuild always recompiles evolution-data-server crosstalk Gentoo 3 05-20-2011 07:52 AM
How to stop evolution-data-server from loading? Darkover Debian 1 05-30-2006 11:16 PM
evolution-data-server and GCC 4.0.x ParticleHunter Linux From Scratch 0 04-26-2006 08:39 AM
Building evolution-data-server-1.0.2-7.src.rpm louisb Linux - Enterprise 1 07-02-2005 04:45 PM
Evolution compilation problem (db3 version) slackyoda Linux - Software 2 06-28-2004 03:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 10:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration