I am on a FreeBSD 12.0-RELEASE-p3 system. When starting gdb I get am error message 
	
	
	
		
I have /usr/local/lib/libreadline.so.8 installed from package readline-8.0.0
What would be the right step to solve the dependency issue?
				
			
		Code:
	
	# gdb
ld-elf32.so.1: Shared object "libreadline.so.6" not found, required by "gdb"
	I have /usr/local/lib/libreadline.so.8 installed from package readline-8.0.0
What would be the right step to solve the dependency issue?