mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
changed how mysql libs and mplayer fonts are symlinked, suggested by Nico R.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1998 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
3642249993
commit
52701a69d2
@ -9,21 +9,17 @@ useradd -c mysql -d /dev/null -g mysql -s /bin/false mysql</command></userinput>
|
||||
|
||||
<para>Build and install <application>My<acronym>SQL</acronym></application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libexecdir=/usr/sbin \
|
||||
--localstatedir=/var/lib/mysql \
|
||||
--enable-thread-safe-client \
|
||||
--enable-local-infile \
|
||||
--enable-assembler \
|
||||
--without-debug \
|
||||
--without-bench &&
|
||||
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--libexecdir=/usr/sbin --localstatedir=/var/lib/mysql \
|
||||
--enable-thread-safe-client --enable-local-infile \
|
||||
--enable-assembler --without-debug --without-bench &&
|
||||
make testdir=/usr/lib/mysql/mysql-test &&
|
||||
make testdir=/usr/lib/mysql/mysql-test install</command></userinput></screen>
|
||||
|
||||
<para>Packages that depend on <application>MySQL</application> need the shared
|
||||
libraries available at run-time:</para>
|
||||
|
||||
<screen><userinput><command>ln -sf /usr/lib/mysql/libmysqlclient{,_r}.so* /usr/lib</command></userinput></screen>
|
||||
<screen><userinput><command>cd /usr/lib &&
|
||||
ln -sf mysql/libmysqlclient{,_r}.so* .</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
@ -15,7 +15,8 @@ file to your <filename class="directory">~/.mplayer</filename> directory. For e
|
||||
</command></userinput></screen>
|
||||
otherwise
|
||||
<screen><userinput><command>tar xjvf ../font-arial-iso-8859-1.tar.bz2 -C /usr/share/mplayer/font &&
|
||||
ln -sf /usr/share/mplayer/font/font-arial-iso-8859-1/font-arial-<replaceable>[font size]</replaceable>-iso-8859-1/* /usr/share/mplayer/font</command></userinput></screen>
|
||||
cd /usr/share/mplayer/font &&
|
||||
ln -sf font-arial-iso-8859-1/font-arial-<replaceable>[font size]</replaceable>-iso-8859-1/* .</command></userinput></screen>
|
||||
You can chose your font size of 14, 18, 24 or 28.
|
||||
</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user