Changeset fdb8f2c9
- Timestamp:
- 06/04/2004 03:02:45 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 714882c
- Parents:
- 93d9010
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
server/mail/mail.xml
r93d9010 rfdb8f2c9 5 5 <para><acronym>MTA</acronym>s are the programs which transport mail from one machine to the 6 6 other. The traditional <acronym>MTA</acronym> is 7 < command>sendmail</command>, however there are several other choices.</para>7 <application>sendmail</application>, however there are several other choices.</para> 8 8 9 9 <para>As well as <acronym>SMTP</acronym> servers there is a -
stylesheets/blfs.css
r93d9010 rfdb8f2c9 56 56 h4 { 57 57 font-size: 90%; 58 padding-left: 1em;58 padding-left: 0em; 59 59 } 60 60 -
x/lib/qt.xml
r93d9010 rfdb8f2c9 144 144 EOF</command></userinput></screen> 145 145 146 <para>Also, <envar>QTDIR</envar> needs to be set when compiling packages that depend on Qt. 147 Add the following so that it is available when compiling packages.</para> 146 <para>Also, the <envar>QTDIR</envar> environment variable needs to be set when 147 building packages that depend on Qt. Add the following to the 148 <filename>.bash_profile</filename> initialization script for each user that 149 builds packages using the <application>Qt</application> libraries. 150 Alternatively, the variable can be set in the system wide 151 <filename>/etc/profile</filename> file.</para> 148 152 149 153 <screen><userinput>export QTDIR=/opt/qt</userinput></screen> … … 176 180 177 181 <para><parameter>-system-zlib -system-libpng</parameter>: This switch 178 forces the linkerto use the shared libraries that are on your system179 instead of recreating its ownset of support libraries for these182 forces the build instructions to use the shared libraries that are on your system 183 instead of creating a custom set of support libraries for these 180 184 functions.</para> 181 185 … … 186 190 support for multi-threading.</para> 187 191 188 <para><command>find -type f -name Makefile | xargs sed -i "s@-Wl,-rpath,/usr/lib@@g"</command>:189 This command removes hardcoded run-time paths, else190 <command>uic</command> tries to run with system installed Qt 191 libraries.</para>192 <para><command>find -type f -name Makefile | xargs sed -i 193 "s@-Wl,-rpath,/usr/lib@@g"</command>: This command removes hardcoded run-time 194 paths. Otherwise, <command>uic</command> always tries to run with Qt libraries 195 in <filename>/usr/lib</filename>.</para> 192 196 193 197 <para><command>ln -s libqt-mt.so /usr/lib/libqt.so</command>: This … … 210 214 <sect3><title>Configuration Information</title> 211 215 212 &library-config; 216 <para>As with most libraries, there is no explicit configuration to do. After 217 updating <filename>/etc/ld.so.conf</filename> as explained above, run 218 <command>/sbin/ldconfig</command> so that <command>ldd</command> can find the 219 shared libraries.</para> 213 220 214 221 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.