Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
91778e89
Commit
91778e89
authored
Sep 21, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suggest running ldconfig after installation if available.
parent
fdf07fe1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
1 deletion
+24
-1
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+24
-1
No files found.
doc/src/sgml/installation.sgml
View file @
91778e89
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.5
7 2001/09/21 18:37:05
petere Exp $ -->
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.5
8 2001/09/21 23:20:02
petere Exp $ -->
<
chapter
id
=
"installation"
>
<
title
><
![%standalone-include[<productname>PostgreSQL</>]]>
...
...
@@ -1075,6 +1075,29 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
</
screen
>
then
this
step
was
necessary
.
Simply
take
care
of
it
then
.
</
para
>
<
para
>
<
indexterm
>
<
primary
>
ldconfig
</
primary
>
</
indexterm
>
If
you
are
on
<
systemitem
class
=
"osname"
>
BSD
/
OS
</>,
<
systemitem
class
=
"osname"
>
Linux
</>,
or
<
systemitem
class
=
"osname"
>
SunOS
4
</>
and
you
have
root
access
you
can
run
<
programlisting
>
/
sbin
/
ldconfig
/
usr
/
local
/
pgsql
/
lib
</
programlisting
>
(
or
equivalent
directory
)
after
installation
to
enable
the
run
-
time
linker
to
find
the
shared
libraries
faster
.
Refer
to
the
manual
page
of
<
command
>
ldconfig
</>
for
more
information
.
On
<
systemitem
class
=
"osname"
>
FreeBSD
</>,
<
systemitem
class
=
"osname"
>
NetBSD
</>,
and
<
systemitem
class
=
"osname"
>
OpenBSD
</>
the
command
is
<
programlisting
>
/
sbin
/
ldconfig
-
m
/
usr
/
local
/
pgsql
/
lib
</
programlisting
>
instead
.
Other
systems
are
not
known
to
have
an
equivalent
command
.
</
para
>
</
sect2
>
<
sect2
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment