Changeset 15f5d9f
- Timestamp:
- 03/05/2004 07:09:18 AM (21 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 94769ab
- Parents:
- b4169fa9
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
content/databases/mysql.xml
rb4169fa9 r15f5d9f 5 5 &mysql-intro; 6 6 &mysql-inst; 7 <!-- 7 8 &mysql-exp; 9 --> 8 10 &mysql-config; 9 11 &mysql-desc; -
content/databases/mysql/mysql-inst.xml
rb4169fa9 r15f5d9f 10 10 <para>Build and install <application>My<acronym>SQL</acronym></application> by running the following commands:</para> 11 11 12 <screen><userinput><command>cp configure configure.old && 13 sed -e "s%mysql-test/Makefile%%" -e "s% mysql-test%%" configure.old > configure && 14 ./configure --prefix=/usr \ 12 <screen><userinput><command>./configure --prefix=/usr \ 15 13 --sysconfdir=/etc \ 16 14 --libexecdir=/usr/sbin \ … … 18 16 --enable-thread-safe-client \ 19 17 --enable-local-infile \ 18 --enable-assembler \ 20 19 --without-debug \ 21 20 --without-bench && 22 make && 23 make install</command></userinput></screen> 21 make testdir=/usr/lib/mysql/mysql-test && 22 make testdir=/usr/lib/mysql/mysql-test install</command></userinput></screen> 23 24 <para>Packages that depend on <application>MySQL</application> need the shared 25 libraries available at run-time. Move these libraries to <filename>/usr/lib</filename>.</para> 26 27 <screen><userinput><command>mv /usr/lib/mysql/libmysqlclient{,_r}.so* /usr/lib && 28 ln -sf ../libmysqlclient.so /usr/lib/mysql/libmysqlclient.so && 29 ln -sf ../libmysqlclient_r.so /usr/lib/mysql/libmysqlclient_r.so</command></userinput></screen> 24 30 25 31 </sect2> -
index.xml
rb4169fa9 r15f5d9f 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "CVS-2004030 4">6 <!ENTITY releasedate "March 4th, 2004">5 <!ENTITY version "CVS-20040305"> 6 <!ENTITY releasedate "March 5th, 2004"> 7 7 <!ENTITY blfs-version "cvs"> 8 8 -
introduction/welcome/changelog.xml
rb4169fa9 r15f5d9f 11 11 12 12 <itemizedlist> 13 14 <listitem><para>March 5th, 2004 [tushar]: Moved mysql libs 15 to /usr/lib. See Bug #474.</para></listitem> 13 16 14 17 <listitem><para>March 4th, 2004 [tushar]: Simplified
Note:
See TracChangeset
for help on using the changeset viewer.