Click here to Skip to main content
15,789,776 members
Home / Discussions / Linux Programming
   

Linux Programming

 
GeneralOT Pin
Richard MacCutchan24-Jan-20 10:09
mveRichard MacCutchan24-Jan-20 10:09 
GeneralRe: OT Pin
k505425-Jan-20 6:27
mvek505425-Jan-20 6:27 
GeneralRe: OT Pin
Richard MacCutchan25-Jan-20 6:55
mveRichard MacCutchan25-Jan-20 6:55 
GeneralRe: OT Pin
k505425-Jan-20 7:29
mvek505425-Jan-20 7:29 
AnswerRe: Cross compiling for Raspberry PI from windows host using GTK2.0 library Pin
Vaclav_4-Mar-20 6:29
Vaclav_4-Mar-20 6:29 
QuestionHow add LD_LIBRARY_PATH before PostgreSQL 10.6 service start Pin
Ngoc tuan nguyen18-Dec-19 18:29
Ngoc tuan nguyen18-Dec-19 18:29 
AnswerRe: How add LD_LIBRARY_PATH before PostgreSQL 10.6 service start Pin
Richard MacCutchan18-Dec-19 22:33
mveRichard MacCutchan18-Dec-19 22:33 
AnswerRe: How add LD_LIBRARY_PATH before PostgreSQL 10.6 service start Pin
k505419-Dec-19 5:43
mvek505419-Dec-19 5:43 
You will need to add LD_LIBRARY_PATH to the startup script for postgres. It looks like Oracle Linux 7.4 is using systemd, so try adding the line
Environment=LD_LIBRARY_PATH=/u01/PostgreSQL/10/lib/postgresql
to /lib/systemd/system/postgresql.service. The best place for that would be right after the line that says Export=PGDATA=path-to-pgdata

Meanwhile, I would follow Richard's advice and contact the PostgreSQL mailing list and ask there. They may have a better solution so that when you update to PGSQL 10.XX or 11.XX, you won't have to continually remember to edit the startup script.
SuggestionAn interactive cheatsheet tool for the command-line Pin
denisidoro14-Dec-19 5:08
denisidoro14-Dec-19 5:08 
Questionbluetooth hci function fails to execute hci_read_class_of_dev Pin
Vaclav_2-Dec-19 9:27
Vaclav_2-Dec-19 9:27 
AnswerRe: bluetooth hci function fails to execute hci_read_class_of_dev Pin
Richard MacCutchan4-Dec-19 0:25
mveRichard MacCutchan4-Dec-19 0:25 
QuestionGit pre-commit hook in #!/bin/sh programming language that requires a file to part of all commits? Pin
arnold_w8-Nov-19 6:26
arnold_w8-Nov-19 6:26 
AnswerRe: Git pre-commit hook in #!/bin/sh programming language that requires a file to part of all commits? Pin
Afzaal Ahmad Zeeshan8-Nov-19 13:24
professionalAfzaal Ahmad Zeeshan8-Nov-19 13:24 
GeneralRe: Git pre-commit hook in #!/bin/sh programming language that requires a file to part of all commits? Pin
arnold_w8-Nov-19 22:56
arnold_w8-Nov-19 22:56 
GeneralRe: Git pre-commit hook in #!/bin/sh programming language that requires a file to part of all commits? Pin
arnold_w9-Nov-19 4:23
arnold_w9-Nov-19 4:23 
GeneralRe: Git pre-commit hook in #!/bin/sh programming language that requires a file to part of all commits? Pin
Richard MacCutchan9-Nov-19 4:38
mveRichard MacCutchan9-Nov-19 4:38 
GeneralRe: Git pre-commit hook in #!/bin/sh programming language that requires a file to part of all commits? Pin
arnold_w9-Nov-19 5:13
arnold_w9-Nov-19 5:13 
GeneralRe: Git pre-commit hook in #!/bin/sh programming language that requires a file to part of all commits? Pin
Richard MacCutchan9-Nov-19 5:33
mveRichard MacCutchan9-Nov-19 5:33 
GeneralRe: Git pre-commit hook in #!/bin/sh programming language that requires a file to part of all commits? Pin
arnold_w9-Nov-19 6:06
arnold_w9-Nov-19 6:06 
QuestionBest languages for Linux Admins to learn? Pin
StampedePress24-Oct-19 7:12
StampedePress24-Oct-19 7:12 
AnswerRe: Best languages for Linux Admins to learn? Pin
k505424-Oct-19 8:45
mvek505424-Oct-19 8:45 
GeneralRe: Best languages for Linux Admins to learn? Pin
StampedePress24-Oct-19 10:29
StampedePress24-Oct-19 10:29 
Generalwho is on first ? - programming GUI in Linux Pin
Vaclav_27-Sep-19 5:14
Vaclav_27-Sep-19 5:14 
GeneralRe: who is on first ? - programming GUI in Linux Pin
k505427-Sep-19 6:48
mvek505427-Sep-19 6:48 
QuestionHow to find all assignments the values to variables,by '=' or by func or as ref value Pin
mamali1289-Aug-19 8:18
mamali1289-Aug-19 8:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.