Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7687353
README.static
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
738 B
Referenced Files
None
Subscribers
None
README.static
View Options
Libewf supports the following types of static compilation:
* static libary
* static excutables
Creating a static library
Use the following command to tell configure you want to make a static library:
./configure --enable-shared=no
Creating static executables
Make sure you have a static version of:
* glibc
* zlib
* openssl (libcrypto) (can be disabled by --with-openssl=no)
* libuuid (can be disabled by --with-libuuid=no)
* libfuse (can be disabled by --with-libfuse=no)
Some distrubions provide separate packages for static versions of libraries
Use the following command to tell configure you want to make a static executables:
./configure --enable-static-executables=yes --with-openssl=no --with-libuuid=no --with-libfuse=no
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Oct 29, 11:45 AM (13 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1346981
Default Alt Text
README.static (738 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment