Download
Magazine
Develop
Account
Download
Magazine
Develop
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
Internet
>
WWW/HTTP
>
HTTP Servers
>
esehttpd
>
Ticket List/Search
>
Ticket #9452
esehttpd
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Downloads
List of Releases
Stats
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
Forums
List of Forums
Help (1)
Open Discussion (1)
Mailing Lists
list of ML
News
Ticket #9452
Ticket List
Submit New Ticket
RSS
64bit環境でのconfigure
Open Date:
2006-11-20 21:14
Last Update:
2006-11-20 21:14
monitor
ON
OFF
Reporter:
(Anonymous)
Owner:
(None)
Type:
Bugs
Status:
Open
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Details
Reply
CentOSやRedhatの64bit版を利用する場合
libは以下のような構成になるようです。
・32bit用にコンパイルされたライブラリ
/lib/
/usr/lib/
・64bit用にコンパイルされたライブラリ
/lib64/
/usr/lib64/
libssl.aは/usr/lib/におかれてるので
configureのopensslの存在チェックで
$openssl_prefix/lib/libssl.a
のようにlib/が固定になってしまってる為
configureが通りません。
Ticket History (0/0 Histories)
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
libは以下のような構成になるようです。
・32bit用にコンパイルされたライブラリ
/lib/
/usr/lib/
・64bit用にコンパイルされたライブラリ
/lib64/
/usr/lib64/
libssl.aは/usr/lib/におかれてるので
configureのopensslの存在チェックで
$openssl_prefix/lib/libssl.a
のようにlib/が固定になってしまってる為
configureが通りません。