Why is my location on the world map determined incorrectly?
problem in compiling Apache 2.0.54 with openssl 0.9.8
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > Apache HTTP Server > problem in compiling Apache 2.0.54 with openssl 0.9.8 29 September 2005 16:36:21

  Recent blog posts: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

problem in compiling Apache 2.0.54 with openssl 0.9.8

Perminder Singh Vohra 29 September 2005 16:36:21
 
Add comment
Joost de Heer 29 September 2005 14:15:36 permanent link ]
 Perminder Singh Vohra said:>
Hi,>
I am trying to compile Apache 2.0.54 with openssl 0.9.8 on Solaris 10> but encounter errors during "make" of httpd 2.0.54. The details of the> problem are as given below:-

And have you searched for the problem? A google search for 'apache 2.0.54
openssl 0.9.8 PEM_F_DEF_CALLBACK'­ gives you dozens of solutions.

Joost


-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
Perminder Singh Vohra 29 September 2005 16:24:57 permanent link ]
 
Thanks,
After being subscribed to apache mailing list, visit to google have
been infrequent. I got the solution from google regarding the changes to
be made in httpd-2.0.54/module­s/ssl/ssl_toolkit_co­mpat.h.



-----Original Message-----
From: Joost de Heer [mailto:sanguis@xs4all.nl]
Sent: Thursday, September 29, 2005 4:46 PM
To: Perminder Singh Vohra
Cc: users@httpd.apache.­org
Subject: [users@httpd] Re: problem in compiling Apache 2.0.54 with
openssl 0.9.8

Perminder Singh Vohra said:>
Hi,>
I am trying to compile Apache 2.0.54 with openssl 0.9.8 on Solaris
but encounter errors during "make" of httpd 2.0.54. The details of the> problem are as given below:-

And have you searched for the problem? A google search for 'apache
2.0.54
openssl 0.9.8 PEM_F_DEF_CALLBACK'­ gives you dozens of solutions.

Joost


-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org


Add comment
Ricardo Stella 29 September 2005 16:36:21 permanent link ]
 
Are you sure your openssl install works and that it's not defaulted to
shared mode ? If so, LD_LIBRARY_PATH must be set ahead of time or put
the libs location via crle...

Also, if you use GCC you should use -fPIC for openssl


Also, openssl is installed by default in /usr/sfw as well (though
earlier version, but should be patched by Sun).

My .02...

Perminder Singh Vohra wrote:
Hi,>
I am trying to compile Apache 2.0.54 with openssl 0.9.8 on Solaris 10> but encounter errors during “make” of httpd 2.0.54. The details of the> problem are as given below:->
1. Environment of Solaris 10:->
-bash-3.00$ echo $PATH>
/usr/sfw/bin:/usr/l­ocal/bin/:/usr/bin::­/usr/ccs/bin:/usr/lo­cal/:/usr/ucb:/etc:/­usr/local/lib:/usr/b­in::/usr/ccs/bin:/us­r/local/>
-bash-3.00$ echo $CC>
/usr/sfw/bin/gcc>
-bash-3.00$>
2. Open SSL built successfully by executing the following commands:->
# cd openssl-0.9.8>
# ./config --prefix=/home/agen­t6qa/apache2054worke­r/openssl> --openssldir=/home/­/agent6qa/apache2054­worker/openssl/opens­sl>
# make>
# make test>
# make install>
3. httpd2.0.54 configured successfully by executing the following> command from httpd.2.054 directory:->
# ./configure --prefix=/home/agen­t6qa/apache2054worke­r/> --enable-proxy=shar­ed --enable-so –enable-ssl> --with-ssl=/home/ag­ent6qa/apache2054wor­ker/openssl --with-mpm=worker>
4. After ./configure, “make” command gives the following errors:->
home/agent6qa/insta­ll/httpd-2.0.54/srcl­ib/apr/libtool --silent> --mode=compile /usr/sfw/bin/gcc -g -O2 -DSOLARIS2=10> -D_POSIX_PTHREAD_SE­MANTICS -D_REENTRANT> -DAP_HAVE_DESIGNATE­D_INITIALIZER> -I/home/agent6qa/in­stall/httpd-2.0.54/s­rclib/apr/include> -I/home/agent6qa/in­stall/httpd-2.0.54/s­rclib/apr-util/inclu­de> -I/usr/local/includ­e -I. -I/home/agent6qa/in­stall/httpd-2.0.54/o­s/unix> -I/home/agent6qa/in­stall/httpd-2.0.54/s­erver/mpm/worker> -I/home/agent6qa/in­stall/httpd-2.0.54/m­odules/http> -I/home/agent6qa/in­stall/httpd-2.0.54/m­odules/filters> -I/home/agent6qa/in­stall/httpd-2.0.54/m­odules/proxy> -I/home/agent6qa/in­stall/httpd-2.0.54/i­nclude> -I/home/agent6qa/in­stall/httpd-2.0.54/m­odules/generators> -I/home/agent6qa/ap­ache2054-worker/open­ssl/include/openssl>­ -I/home/agent6qa/ap­ache2054-worker/open­ssl/include -I/usr/sfw/include>­ -I/home/agent6qa/in­stall/httpd-2.0.54/m­odules/dav/main -prefer-non-pic> -static -c ssl_engine_pphrase.­c && touch ssl_engine_pphrase.­lo>
ssl_engine_pphrase.­c: In function `ssl_pphrase_Handle­_CB':>
ssl_engine_pphrase.­c:684: error: `PEM_F_DEF_CALLBACK­' undeclared> (first use in this function)>
ssl_engine_pphrase.­c:684: error: (Each undeclared identifier is> reported only once>
ssl_engine_pphrase.­c:684: error: for each function it appears in.)>
make[3]: *** [ssl_engine_pphrase.lo] Error 1>
make[3]: Leaving directory> `/home/agent6qa/ins­tall/httpd-2.0.54/mo­dules/ssl'>
make[2]: *** [all-recursive] Error 1>
make[2]: Leaving directory> `/home/agent6qa/ins­tall/httpd-2.0.54/mo­dules/ssl'>
make[1]: *** [all-recursive] Error 1>
make[1]: Leaving directory `/home/agent6qa/ins­tall/httpd-2.0.54/mo­dules'>
make: *** [all-recursive] Error 1>
Please suggest a possible solution.>
//Perminder Vohra//>
/*/Project Manager/*//*//*/>
/*/Extn: 6235 /*//*//*/>
**************** CAUTION - Disclaimer *****************> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended> solely for the use of the addressee(s). If you are not the intended> recipient, please notify the sender by e-mail and delete the original> message. Further, you are not to copy, disclose, or distribute this> e-mail or its contents to any other person and any such actions are> unlawful. This e-mail may contain viruses. Infosys has taken every> reasonable precaution to minimize this risk, but is not liable for any> damage you may sustain as a result of any virus in this e-mail. You> should carry out your own virus checks before opening the e-mail or> attachment. Infosys reserves the right to monitor and review the> content of all messages sent to or from this e-mail address. Messages> sent to or from this e-mail address may be stored on the Infosys> e-mail system.> ***INFOSYS******** End of Disclaimer ********INFOSYS***>­

--

°(((=((===°°°(((===­====================­====================­



-------------------­--------------------­--------------------­----------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.a­pache.org/userslist.­html> for more info.
To unsubscribe, e-mail: users-unsubscribe@h­ttpd.apache.org
" from the digest: users-digest-unsubs­cribe@httpd.apache.o­rg
For additional commands, e-mail: users-help@httpd.ap­ache.org
Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > Apache HTTP Server > problem in compiling Apache 2.0.54 with openssl 0.9.8 29 September 2005 16:36:21

see also:
Using C in C++
OT (was: Binary File)
Query by priyank
пройди тесты:
see also:
Hi! ^^
Hy my friends. I am Ehsan I am...
...

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .